nastra commented on a change in pull request #2826:
URL: https://github.com/apache/iceberg/pull/2826#discussion_r692685500
##########
File path: baseline.gradle
##########
@@ -36,7 +36,7 @@ subprojects {
apply plugin: 'com.palantir.baseline-checkstyle'
apply plugin: 'com.palantir.baseline-error-prone'
}
- apply plugin: 'com.palantir.baseline-scalastyle'
+ apply plugin: 'com.github.alisiikh.scalastyle'
Review comment:
I haven't found any license either, but
`com.palantir.baseline-scalastyle` is essentially using
`org.github.ngbinh.scalastyle` (see
https://github.com/palantir/gradle-baseline/blob/develop/gradle-baseline-java/build.gradle#L15)
and `com.github.alisiikh.scalastyle` is a fork of it (I guess because
`org.github.ngbinh.scalastyle` was updated in 2018 the last time)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]