-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
feat: remove compatibility layer for formatters configuration #5446
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If a formatter is enabled inside formatters and linters, the configuration of formatters.settings will override linters-settings even if the configuration is omitted or empty inside formatters.settings section.
Should this be tested? Or even a case with config only present under linters?
This sentence was from the previous PR, now using linter settings is not allowed to define formatter settings.
It is tested by integration tests, but I will improve tests when I will add new linter configuration. |
Some other changes will be added when I will add the new linters configuration (#5299).
Follows #5357
Fixes #5296