mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-06 11:50:54 +07:00
31 lines
601 B
YAML
31 lines
601 B
YAML
$schema: https://json.schemastore.org/idea-inspection-profile-1.0.json
|
|
|
|
name: Custom name
|
|
|
|
groups:
|
|
- groupId: GeneralGroup
|
|
groups:
|
|
- First
|
|
- Second
|
|
- groupId: Exclusion
|
|
inspections:
|
|
- SpellCheckingInspection
|
|
- groupId: GeneralWithExclusion
|
|
groups:
|
|
- GeneralGroup
|
|
- "!Exclusion"
|
|
- groupId: First
|
|
inspections:
|
|
- TodoComment
|
|
- groupId: Second
|
|
inspections:
|
|
- SpellCheckingInspection
|
|
|
|
inspections:
|
|
- group: GeneralWithExclusion
|
|
enabled: true
|
|
severity: ERROR
|
|
ignore:
|
|
- "!scope#file:*.*"
|
|
- "scope#file:*.java"
|