Files
openide/platform/inspect/testData/group_profile.xml
Dima Golovinov 3502c5e6c0 [qodana] YAML based profiles should retrieve default inspection profile from profile manager directly
[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
2023-02-27 21:46:09 +00:00

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>