plinss / flake8-noqa

flake8 plugin to validate #noqa comments - Mirror of https://gitlab.linss.com/open-source/flake8/flake8-noqa
GNU Lesser General Public License v3.0
40 stars 6 forks source link

Feature/rule request: require reason/description #18

Open GideonBear opened 1 year ago

GideonBear commented 1 year ago

For example: # noqa: T201 is not allowed, but # noqa: T201: Print found; Printing information about logging destination is. This is useful for people reading the code, so they don't have to look up what the code means. This may be too disruptive to be enabled by default, so it can be added to extend_default_ignore (see flake8-bugbear)