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
#1117 recently added PascalCase checking, which caused some of my files to trigger this rule, and I dont appear to be able to disable it.
It would be nice if ktlint --disabled_rules=filename some_bad_name.kt did not emit an error
ktlint --disabled_rules=filename some_bad_name.kt
some_bad_name.kt:1:1: File name 'some_bad_name.kt' should conform PascalCase (cannot be auto-corrected) (filename)
some_bad_name.kt
.editorconfig
The text was updated successfully, but these errors were encountered:
This a regression bug in ktlint 0.46.x. See #1520
Sorry, something went wrong.
No branches or pull requests
#1117 recently added PascalCase checking, which caused some of my files to trigger this rule, and I dont appear to be able to disable it.
Expected Behavior
It would be nice if
ktlint --disabled_rules=filename some_bad_name.kt
did not emit an errorObserved Behavior
Steps to Reproduce
some_bad_name.kt
with some Kotlin code.ktlint --disabled_rules=filename some_bad_name.kt
Your Environment
.editorconfig
settings: n/aThe text was updated successfully, but these errors were encountered: