-
Notifications
You must be signed in to change notification settings - Fork 187
/
qodana.yaml
36 lines (32 loc) · 1.07 KB
/
qodana.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
27
28
29
30
31
32
33
34
35
36
version: "1.0"
linter: jetbrains/qodana-js:2023.2
bootstrap: bash .qodana/bootstrap.sh
profile:
path: .idea/inspectionProfiles/Project_Default.xml
include:
- name: CheckDependencyLicenses
exclude:
- name: All
paths:
- .storybook/custom-header/dist
- name: CssUnknownProperty # https://youtrack.jetbrains.com/issue/WEB-59153/Mismatched-property-value-in-postcss-file
- name: HtmlUnknownAttribute # https://youtrack.jetbrains.com/issue/WEB-59170/HtmlUnknownAttribute-in-.js-file-wrong-suggestion-class-className-for-foo
- name: JSUnusedGlobalSymbols # https://youtrack.jetbrains.com/issue/WEB-30388
paths:
- typings.d.ts
- name: SpellCheckingInspection # Suppress "lorem ipsum" spell checking
paths:
- src/content-layout/content-layout.stories.tsx
- src/heading/heading.stories.tsx
- src/editable-heading/editable-heading.stories.tsx
licenseRules:
- keys: ["Apache-2.0"]
allowed:
- "W3C"
- "Unlicense"
- "0BSD"
- "CC-BY-4.0"
- "MPL-2.0"
- "MIT-0"
dependencyIgnores:
- name: "@jetbrains/logos"