-
Notifications
You must be signed in to change notification settings - Fork 52
/
Copy pathqodana.profile.yaml
26 lines (24 loc) · 988 Bytes
/
qodana.profile.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
name: "JetBrains Academy Qodana profile"
baseProfile: "idea.default"
inspections:
- group: ALL
ignore:
- "**/resources/fileTemplates/**"
- "**/testData/**"
- "intellij-plugin/educational-core/resources/style/**"
- "intellij-plugin/educational-core/resources/oauthResponsePages/**"
# All localized resources are put into the project automatically.
# Also, IDE integration doesn't know well about the new layout of localized resources yet.
# So, let's not check them by Qodana for now
- "intellij-plugin/localization/resources/localization/**"
- group: "category:Proofreading"
enabled: false
# The inspection produces too many false positives, so let's disable it for now
- inspection: unused
enabled: false
- inspection: SyntaxError
ignore:
- "intellij-plugin/Edu-Python/testSrc/**"
# It doesn't work good enough, so let's disable it for now
- inspection: CheckDependencyLicenses
enabled: false