mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-06 11:50:54 +07:00
11 lines
227 B
YAML
11 lines
227 B
YAML
$schema: https://json.schemastore.org/idea-inspection-profile-1.0.json
|
|
|
|
name: Custom name
|
|
|
|
inspections:
|
|
- inspection: TodoComment
|
|
enabled: true
|
|
severity: ERROR
|
|
ignore:
|
|
- "!**/*.java"
|
|
- "path/Some.java" |