Upgrade Android checkstyle to 9.0.1
Adapt checkstyle.xml to match the latest version, and remove a line break between imports which trigger a checkstyle volation.
This commit is contained in:
@@ -2,7 +2,7 @@ apply plugin: 'checkstyle'
|
||||
check.dependsOn 'checkstyle'
|
||||
|
||||
checkstyle {
|
||||
toolVersion = '6.19'
|
||||
toolVersion = '9.0.1'
|
||||
}
|
||||
|
||||
task checkstyle(type: Checkstyle) {
|
||||
|
||||
Reference in New Issue
Block a user