|  | 
| 237 | 237 |     <error-prone.version>2.24.0</error-prone.version> | 
| 238 | 238 |     <error-prone-support.version>0.14.0</error-prone-support.version> | 
| 239 | 239 |     <doxia.version>1.12.0</doxia.version> | 
|  | 240 | +    <error-prone.configuration-args> | 
|  | 241 | +      <!-- Reason at https://github.com/checkstyle/checkstyle/issues/8252. --> | 
|  | 242 | +      -Xep:JUnitClassModifiers:OFF | 
|  | 243 | +      <!-- Reason at https://github.com/checkstyle/checkstyle/issues/8252. --> | 
|  | 244 | +      -Xep:JUnitMethodDeclaration:OFF | 
|  | 245 | +      <!-- We prefer different style of writing tests. --> | 
|  | 246 | +      -Xep:JUnitValueSource:OFF | 
|  | 247 | +      <!-- Until https://github.com/checkstyle/checkstyle/issues/14194. --> | 
|  | 248 | +      -Xep:LexicographicalAnnotationListing:OFF | 
|  | 249 | +      <!-- This check is not finalized. --> | 
|  | 250 | +      -Xep:MethodReferenceUsage:OFF | 
|  | 251 | +      <!-- We prefer to qualify all static method calls with class name. --> | 
|  | 252 | +      -Xep:StaticImport:OFF | 
|  | 253 | +    </error-prone.configuration-args> | 
| 240 | 254 |   </properties> | 
| 241 | 255 | 
 | 
| 242 | 256 |   <dependencies> | 
|  | 
| 2380 | 2394 |                     <arg>-Xpkginfo:always</arg> | 
| 2381 | 2395 |                     <arg>-XDcompilePolicy=simple</arg> | 
| 2382 | 2396 |                     <arg> | 
| 2383 |  | -                      -Xplugin:ErrorProne | 
|  | 2397 | +                      -Xplugin:ErrorProne ${error-prone.configuration-args} | 
| 2384 | 2398 |                     </arg> | 
| 2385 | 2399 |                   </compilerArgs> | 
| 2386 | 2400 |                   <annotationProcessorPaths> | 
|  | 
| 2438 | 2452 |                     <arg>-XDcompilePolicy=simple</arg> | 
| 2439 | 2453 |                     <arg> | 
| 2440 | 2454 |                       -Xplugin:ErrorProne \ | 
| 2441 |  | -                      -XepExcludedPaths:.*[\\/]resources[\\/].* | 
|  | 2455 | +                      -XepExcludedPaths:.*[\\/]resources[\\/].* \ | 
|  | 2456 | +                      ${error-prone.configuration-args} | 
| 2442 | 2457 |                     </arg> | 
| 2443 | 2458 |                   </compilerArgs> | 
| 2444 | 2459 |                   <annotationProcessorPaths> | 
|  | 
| 2451 | 2466 |                       <groupId>tech.picnic.error-prone-support</groupId> | 
| 2452 | 2467 |                       <artifactId>error-prone-contrib</artifactId> | 
| 2453 | 2468 |                       <version>${error-prone-support.version}</version> | 
| 2454 |  | -                    </path>b | 
|  | 2469 | +                    </path> | 
| 2455 | 2470 |                   </annotationProcessorPaths> | 
| 2456 | 2471 |                 </configuration> | 
| 2457 | 2472 |               </execution> | 
|  | 
0 commit comments