Skip to content

Commit

Permalink
Issue #14806: Re-enable YAMLSchemaValidation to test on IDEA v2022.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
MANISH-K-07 committed Apr 18, 2024
1 parent ca24f63 commit 64ba2db
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions config/intellij-idea-inspections.xml
Expand Up @@ -4106,9 +4106,6 @@
enabled_by_default="false"/>
<inspection_tool class="SpringBootApplicationYaml" enabled="false" level="ERROR"
enabled_by_default="false"/>
<!-- until #14806 -->
<inspection_tool class="YAMLSchemaValidation" enabled="false" level="ERROR"
enabled_by_default="false"/>
<inspection_tool class="SpringBootBootstrapConfigurationInspection" enabled="false"
level="WEAK WARNING" enabled_by_default="false"/>
<inspection_tool class="SpringCacheAnnotationsOnInterfaceInspection" enabled="false"
Expand Down Expand Up @@ -5268,3 +5265,4 @@
<option name="ADD_NONJAVA_TO_ENTRIES" value="true"/>
</inspection_tool>
</profile>

0 comments on commit 64ba2db

Please sign in to comment.