Skip to content

Commit 1174c2b

Browse files
Amejia481pocmo
authored andcommitted
Closes mozilla-mobile#1193: Glean ktlint errors show up for generated build file
1 parent 5fe99a8 commit 1174c2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ task ktlint(type: JavaExec, group: "verification") {
203203
description = "Check Kotlin code style."
204204
classpath = configurations.ktlint
205205
main = "com.github.shyiko.ktlint.Main"
206-
args "components/**/*.kt" , "samples/**/*.kt"
206+
args "components/**/*.kt", "samples/**/*.kt", "!**/build"
207207
}
208208

209209
task printModules {

0 commit comments

Comments
 (0)