Hello. I am using the `gradle ktlintCheck` command...
# ktlint
b
Hello. I am using the
gradle ktlintCheck
command in Gitlab-CI, which returns some irregularities to me. I fix them and restart CI - again I get linter errors. Can something be done to get linter to display all the irregularities the first time? It is a bit tiring when linter returns warnings in batches.
g
Have you tried with
gradle ktlintCheck --continue
?
👍 1
b
Ouhh yes! That's it! Thank you!
👍 1