Skip to content

Fix subtle reporting bug for default on plugins

username-removed-6325 requested to merge sigmavirus24/flake8:bug/257 into master

When we refactored our decision process to fix #239 (closed), we broke a subtle corner case where extensions that are not off-by-default are to be reported.

This further refactors that logic and adds specific tests around it to ensure it works as expected and doesn't regress.

Closes #257 (closed)

Merge request reports