mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-08 15:09:39 +07:00
18 lines
371 B
YAML
18 lines
371 B
YAML
$schema: https://json.schemastore.org/idea-inspection-profile-1.0.json
|
|
|
|
name: Custom name
|
|
|
|
groups:
|
|
- groupId: GeneralGroup
|
|
inspections:
|
|
- TodoComment
|
|
- SpellCheckingInspection #proofreading group
|
|
- groupId: NotProofreadingGroup
|
|
groups:
|
|
- "GeneralGroup"
|
|
- "!Proofreading"
|
|
|
|
inspections:
|
|
- group: NotProofreadingGroup
|
|
enabled: true
|