-
Notifications
You must be signed in to change notification settings - Fork 512
New issue
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
Passing in argument disabled_rules is broken in 0.46.x #1520
Comments
The executed command does not contain the "=" sign after
But when adding the missing |
…code other unit tests Closes pinterest#1520
* Fix regression on command line argument "--disabled_rules" and align code other unit tests Closes #1520
This still seems to be broken in 47.0:
|
Please open new issue in case you think it is still broken in 0.47. The warnings displayed (#1599) have do not break the functionalility. Also see #1614 for some wildcard imports which are allowed by default. |
Expected Behavior
ktlint follows arguments passed to it via commandline
Observed Behavior
ktlint seems to be ignoring
--disabled_rules=
argumentshas output
for an input file that has no final newline
Steps to Reproduce
https://github.com/liutikas/ktlint-ignoring-arguments-repro
Follow readme.md
Your Environment
.editorconfig
settings: not presentThe text was updated successfully, but these errors were encountered: