Skip to content
This repository was archived by the owner on Feb 17, 2020. It is now read-only.

Commit 0d1c20b

Browse files
committed
Fix KtLint config so CI captures the output file
1 parent a337f2f commit 0d1c20b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

team-props/ktlint.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ task ktlint(type: JavaExec, group: 'verification') {
1212
description = 'Check Kotlin code style.'
1313
classpath = configurations.ktlint
1414
main = 'com.github.shyiko.ktlint.Main'
15-
args '--reporter=plain', "--reporter=checkstyle,output=${buildDir}/ktlint.xml", '--android', 'src/**/*.kt'
15+
args '--reporter=plain', "--reporter=checkstyle,output=${buildDir}/reports/ktlint.xml", '--android', 'src/**/*.kt'
1616
}
1717

1818
project.afterEvaluate {

0 commit comments

Comments
 (0)