We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I want to check if the optional setting are being set, how do I check this?
ktlint { version = "0.48.2" ignoreFailures = false outputColorName = "RED" }
How can I check which version is being used?
The text was updated successfully, but these errors were encountered:
Following settings are visible in the console when set at the right place: ignoreFailures = true outputToConsole=false
Setting colors did not work for me. And what I don't know to check is the ktlint version, I suppose the ktlint.jar must be downloaded somewhere?
Sorry, something went wrong.
You can use the dependencyInsights, or dependencies task, I can't remember which, to see what version of ktlint is actually getting resolved by your build. https://docs.gradle.org/current/userguide/viewing_debugging_dependencies.html
dependencyInsights
dependencies
No branches or pull requests
I want to check if the optional setting are being set, how do I check this?
How can I check which version is being used?
The text was updated successfully, but these errors were encountered: