Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 1.09 KB

violation_codes.rst

File metadata and controls

15 lines (12 loc) · 1.09 KB

Error / Violation Codes

flake8-filename is a flake8 plugin that validates that certain Python files comply with a user defined pattern. All error codes generated by this plugin begin with N. Here are all possible codes:

Code | Example Message
N401 no configuration found ... please provide filename configuration in a flake8 config
N5XX filename fails user defined regex pattern

The codes referenced in the table above that end in XX are configurable. Up to 50 instances may be created.