-
-
Notifications
You must be signed in to change notification settings - Fork 39
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
Apply Custom Rules YML voids all rules #387
Comments
I just did the same thing, and I'm seeing the same results with Intellij Ultimate 2022.2.3 |
I'm seeing the same issue in AS Dolphin, plugin version |
I still have the same issue. Any updates or workarounds? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
With the latest plugin in Android Studio Dolphin, if I try to add a configuration file yml, and apply it. It appears that the rules are not applied and not even the default rules. This can be replicated simply enough by taking the default configuration file from:
https://raw.githubusercontent.com/detekt/detekt/main/detekt-core/src/main/resources/default-detekt-config.yml
And adding it as a Configuration file. Apply it, and then go to a file that you know has rules violations. No detekt rules are shown.
If you remove the file, and just go with the default from the plugin, then those rules are available and are applied as expected.
Add the custom rules back in and no detekt rules are shown.
The text was updated successfully, but these errors were encountered: