From 035bc1ed72e8abaff102010420145ef760c52f7e Mon Sep 17 00:00:00 2001 From: Anastasiia Birillo Date: Thu, 16 Nov 2023 19:16:18 +0100 Subject: [PATCH] Add inspections profile (#161) --- .../inspectionProfiles/Custom_Inspections.xml | 78 +++++++++++++++++++ .../inspectionProfiles/profiles_settings.xml | 6 ++ course-info.yaml | 24 +----- 3 files changed, 85 insertions(+), 23 deletions(-) create mode 100644 .idea/inspectionProfiles/Custom_Inspections.xml create mode 100644 .idea/inspectionProfiles/profiles_settings.xml diff --git a/.idea/inspectionProfiles/Custom_Inspections.xml b/.idea/inspectionProfiles/Custom_Inspections.xml new file mode 100644 index 00000000..ad57bc4d --- /dev/null +++ b/.idea/inspectionProfiles/Custom_Inspections.xml @@ -0,0 +1,78 @@ + + + + diff --git a/.idea/inspectionProfiles/profiles_settings.xml b/.idea/inspectionProfiles/profiles_settings.xml new file mode 100644 index 00000000..76c9db17 --- /dev/null +++ b/.idea/inspectionProfiles/profiles_settings.xml @@ -0,0 +1,6 @@ + + + + \ No newline at end of file diff --git a/course-info.yaml b/course-info.yaml index fd1e0953..91c818d2 100644 --- a/course-info.yaml +++ b/course-info.yaml @@ -17,29 +17,7 @@ it includes all the lesson topics but does not contain the theory part.

like variables: it just shows how to use them in Kotlin and can briefly remind you the definitions.

All topics will be accompanied by links to the official Kotlin documentation, -which you can read later. Some of the topics covered in the course are listed below:

- -

After this course, you will be ready to write basic console applications in the Kotlin-like style.

- -

Before starting this course, check the following requirements:

-
    -
  1. Your computer needs to have a stable internet connection.
  2. -
  3. Git version control system needs to be installed on your computer (link to the git site).
  4. -
  5. Make sure that the path to the root folder of the course does not contain spaces, special characters, or non-latin characters.
  6. -
  7. Make sure that you use the EduTools plugin with version at least 2023.3.
  8. -
-

The course is integrated into the Intellij Idea IDE, which has a community free license. -You may use this license to complete the course. If you have some troubles with the course installation, feel free to contact us by email education@jetbrains.com.

+which you can read later. After this course, you will be ready to write basic console applications in the Kotlin-like style.

" programming_language: Kotlin content: