Skip to content

Commit

Permalink
Ignore .idea directory in spotless checks (hyperledger#4657)
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellehrner authored Nov 14, 2022
1 parent 5b462af commit 78c6806
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ allprojects {
spotless {
java {
// This path needs to be relative to each project
target '**/*.java'
target 'src/**/*.java'
targetExclude '**/src/reference-test/**', '**/src/main/generated/**', '**/src/test/generated/**', '**/src/jmh/generated/**'
removeUnusedImports()
googleJavaFormat('1.10.0')
Expand Down

0 comments on commit 78c6806

Please sign in to comment.