Files
openide/platform/inspect/testData/groupExclusion.yml
2023-02-08 11:01:22 +00:00

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"