Files
openide/platform/inspect/testData/chainedOverride_profile.xml
alexey.afanasiev db72839a28 QD-5839 Rework applying configuration for global inspections. Keep only one enabled scope for GLOBAL inspections.
GitOrigin-RevId: a3a2de1a05afe4d9feb1a8168754287ca0eb84c9
2023-05-09 12:28:57 +00:00

7 lines
327 B
XML

<profile version="1.0">
<option name="myName" value="Chained profile" />
<inspection_tool class="TodoComment" enabled="false" level="ERROR" enabled_by_default="true">
<scope name="file:Main.*" level="ERROR" enabled="true" />
<scope name="file:*.java" level="ERROR" enabled="false" />
</inspection_tool>
</profile>