Skip to content

Commit

Permalink
review fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Hidanio committed Jan 30, 2025
1 parent a814833 commit 44160e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@

<localInspection language="yaml" groupName="Modulite plugin" shortName="EmptyValueInListInspection"
displayName="Empty value"
enabledByDefault="true" level="WEAK_WARNING"
enabledByDefault="true" level="WEAK WARNING"
implementationClass="com.vk.modulite.inspections.config.EmptyValueInListInspection"/>

<localInspection language="yaml" groupName="Modulite plugin" shortName="ModuliteRedeclarationInspection"
Expand All @@ -73,7 +73,7 @@

<localInspection language="yaml" groupName="Modulite plugin" shortName="ModuliteUnnecessaryFullyQualifiedNameInspection"
displayName="Unnecessary fully qualified name"
enabledByDefault="true" level="WEAK_WARNING"
enabledByDefault="true" level="WEAK WARNING"
implementationClass="com.vk.modulite.inspections.config.UnnecessaryFullyQualifiedNameInspection"/>

<localInspection language="yaml" groupName="Modulite plugin" shortName="InvalidModuliteNameInspection"
Expand Down

0 comments on commit 44160e1

Please sign in to comment.