Skip to content

Commit

Permalink
Restore removal of MustBeClosedChecker.
Browse files Browse the repository at this point in the history
  • Loading branch information
uhafner committed Mar 15, 2024
1 parent 6e7b0a6 commit fc03916
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>edu.hm.hafner</groupId>
<artifactId>codingstyle-pom</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.0.1-SNAPSHOT</version>
<packaging>pom</packaging>

<name>Java coding style POM</name>
Expand Down Expand Up @@ -602,6 +602,8 @@
Disabled ErrorProne rule:
--> -Xep:UnnecessaryFinal:OFF <!--
Disabled ErrorProne rule:
--> -Xep:MustBeClosedChecker:OFF <!--
Disabled ErrorProne rule:
--> -Xep:NullableDereference:OFF
</arg>
<!-- The Error Prone plugin makes certain
Expand Down

0 comments on commit fc03916

Please sign in to comment.