mirror of
https://github.com/vacp2p/linea-besu.git
synced 2026-01-09 21:17:54 -05:00
Exclude Dagger generated sources from ErrorProne (#4963)
Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net>
This commit is contained in:
@@ -160,7 +160,7 @@ allprojects {
|
||||
]
|
||||
|
||||
options.errorprone {
|
||||
excludedPaths = '.*/(generated/*.*|.*ReferenceTest_.*)'
|
||||
excludedPaths = '.*/(generated/*.*|.*ReferenceTest_.*|build/.*/annotation-output/.*)'
|
||||
|
||||
// Our equals need to be symmetric, this checker doesn't respect that.
|
||||
check('EqualsGetClass', CheckSeverity.OFF)
|
||||
|
||||
Reference in New Issue
Block a user