Option to enable all useless-suppression
warnings
#5898
Labels
Enhancement ✨
Improvement to a component
Help wanted 🙏
Outside help would be appreciated, good for new contributors
Needs PR
This issue is accepted, sufficiently specified and now needs an implementation
Uh oh!
There was an error while loading. Please reload this page.
Current problem
useless-suppression
doesn't warn aboutcyclic-import
anddeprecated-{module|argument|class|method|decorator}
. (See the constantINCOMPATIBLE_WITH_USELESS_SUPPRESSION
.) Some users might want to see these warnings anyway.Desired solution
Provide a configuration option to enable every useless suppression warning. It shouldn't be on by default.
Additional context
Proposed here #5876 (comment)
The text was updated successfully, but these errors were encountered: