-
Notifications
You must be signed in to change notification settings - Fork 50
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
Regression: 3.11.1 doesn't seem to read disabled_rules
from .editorconfig anymore
#262
Comments
Hey @henrik242 👋 Thanks for reporting the issue. Indeed, there were some changes around I recall Ktlint had its own config-caching mechanism, which I suspect as the root cause of this issue. Can you try running |
I can confirm I was able to reproduce the issue, but I'm not yet sure what's the root cause.
I'll try to cover that with a test on our side, and will either try to fix on plugin side or will report it to @henrik242 Please let me know if the workaround I described above also works in your case 👂 |
After upgrading from 3.10.0 I had to specify
disabledRules
in the gradlekotlinter { }
block instead of relying ondisabled_rules
in .editorconfig.The text was updated successfully, but these errors were encountered: