Skip to content

Commit

Permalink
Ignore .idea directory in spotless checks (hyperledger#4657)
Browse files Browse the repository at this point in the history
Signed-off-by: Sally MacFarlane <macfarla.github@gmail.com>
  • Loading branch information
daniellehrner authored and macfarla committed Jan 10, 2023
1 parent 6ac8b7c commit 566a6e7
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 566a6e7

Please sign in to comment.