File tree 1 file changed +5
-2
lines changed
1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 476
476
<dockerfile .plugin.version>1.4.6</dockerfile .plugin.version>
477
477
<enforcer .plugin.version>1.4.1</enforcer .plugin.version>
478
478
<error-prone-javac .version>9+181-r4173-1</error-prone-javac .version>
479
- <error-prone .version>2.3.3 </error-prone .version>
479
+ <error-prone .version>2.3.4 </error-prone .version>
480
480
<frontend .plugin.version>1.7.6</frontend .plugin.version>
481
481
<gmavenplus .plugin.version>1.5</gmavenplus .plugin.version>
482
482
796
796
<!-- @todo #971 Document ErrorProne tool -->
797
797
<compilerArgs >
798
798
<compilerArg >-XDcompilePolicy=simple</compilerArg >
799
+ <!-- @todo #1170 ErrorProne: activate experimental checks -->
799
800
<!--
800
801
The following checks have been disabled:
801
802
- MissingOverride: produce false positives with @Getter from Lombok
802
803
- MixedMutabilityReturnType: because I like to use Collections.empty*() methods
804
+ - UnnecessaryAnonymousClass: I prefer to have an explicit implementation in a constant
805
+ - PreferJavaTimeOverload: disabled because of false positives: https://github.com/google/error-prone/issues/1435
803
806
-->
804
- <compilerArg >-Xplugin:ErrorProne -Xep:MissingOverride:OFF -Xep:MixedMutabilityReturnType:OFF</compilerArg >
807
+ <compilerArg >-Xplugin:ErrorProne -Xep:MissingOverride:OFF -Xep:MixedMutabilityReturnType:OFF -Xep:UnnecessaryAnonymousClass:OFF -Xep:PreferJavaTimeOverload:OFF </compilerArg >
805
808
</compilerArgs >
806
809
<annotationProcessorPaths >
807
810
<path >
You can’t perform that action at this time.
0 commit comments