mirror of
https://github.com/vacp2p/linea-monorepo.git
synced 2026-01-09 04:08:01 -05:00
[Fix] Remove targetExclude from Java linting config (#1085)
* remove targetExclude * empty
This commit is contained in:
@@ -121,7 +121,7 @@ allprojects {
|
||||
|
||||
java {
|
||||
target 'src/**/*.java'
|
||||
targetExclude '**/src/test/java/**ReferenceTest**', '**/src/main/generated/**', '**/src/test/generated/**', '**/src/jmh/generated/**'
|
||||
// Do not use 'targetExclude' with wildcard patterns, it will add minutes to the build
|
||||
removeUnusedImports()
|
||||
trimTrailingWhitespace()
|
||||
endWithNewline()
|
||||
|
||||
Reference in New Issue
Block a user