You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I believe this is caused by the spotless integration. Spotless specifies the editorConfigOverride instead of the editorConfigDefault parameter in code block below:
I'm trying to disable a rule. This editorconfig works fine:
This is however marked as deprecated and generates a lot of warning. When trying to use the new syntax:
The rule is not disabled. I am running ktlint through the Spotless Gradle plugin: https://github.com/diffplug/spotless/tree/main/plugin-gradle
Running either the
spotlessCheck
orspotlessApply
task.The text was updated successfully, but these errors were encountered: