mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-06 11:50:54 +07:00
[qodana] Fix failing tests [qodana] YAML based profiles should retrieve default inspection profile from profile manager directly Merge-request: IJ-MR-103686 Merged-by: Dmitry Golovinov <Dmitry.Golovinov@jetbrains.com> GitOrigin-RevId: 9ca35539b101aa5eea80efddd6559d756be07b78
9 lines
455 B
XML
9 lines
455 B
XML
<profile version="1.0">
|
|
<option name="myName" value="Custom name" />
|
|
<inspection_tool class="SpellCheckingInspection" enabled="true" level="ERROR" enabled_by_default="true">
|
|
<option name="processCode" value="true" />
|
|
<option name="processLiterals" value="true" />
|
|
<option name="processComments" value="true" />
|
|
</inspection_tool>
|
|
<inspection_tool class="TodoComment" enabled="true" level="ERROR" enabled_by_default="true" />
|
|
</profile> |