Disable project build on ktlintCheck and ktlintFormat #845
MarcinLewkowicz
started this conversation in
General
Replies: 1 comment
-
AFAIK Are you able to create a simple reproducer demonstrating this bug? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there an option to disable build tasks from being triggered when running ktlintCheck and ktlintFormat?
We have a fairly simple KMP project with automated tests that use MocKMP (which also requires KSP). However, running ktlintCheck now triggers build tasks for all targets, which takes quite a long time to complete (around 2-3 minutes on a clean build). That's why we're looking for a way to perform a simple ktlint check (ktlint-cli does it in seconds, but we like the plugin).
Beta Was this translation helpful? Give feedback.
All reactions