Skip to content

Commit 3f3151d

Browse files
committed
[SPARK-53830] Exclude .idea directory from Spotless check
1 parent 73e671f commit 3f3151d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ apply plugin: 'com.diffplug.spotless'
129129
spotless {
130130
format 'misc', {
131131
target '*.md', '*.gradle', '**/*.properties', '**/*.xml', '**/*.yaml', '**/*.yml'
132+
targetExclude "**/.idea/**"
132133
endWithNewline()
133134
trimTrailingWhitespace()
134135
}

0 commit comments

Comments
 (0)