Join Slack
Powered by
Is it possible to configure ktlint with CI so it r...
# ktlint
m
Marek Kubiczek
10/12/2020, 9:17 AM
Is it possible to configure ktlint with CI so it runs only for changed files?
t
tapchicoma
10/12/2020, 9:50 AM
ktlint-gradle
+ remote build cache
tapchicoma
10/12/2020, 9:58 AM
theoretically you could also try to get changed files via
git diff
against
master
branch and run ktlint only over this files
m
Marek Kubiczek
10/12/2020, 10:01 AM
Sounds like an option, thanks
5
Views
Open in Slack
Previous
Next