We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b924191 + 878bab7 commit 9553c8dCopy full SHA for 9553c8d
docs/source/user/error-codes.rst
@@ -38,6 +38,9 @@ generates its own :term:`error code`\ s for ``pyflakes``:
38
| F841 | local variable ``name`` is assigned to but never used |
39
+------+---------------------------------------------------------------------+
40
41
+We also report one extra error: ``E999``. We report ``E999`` when we fail to
42
+compile a file into an Abstract Syntax Tree for the plugins that require it.
43
+
44
``mccabe`` only ever reports one :term:`violation` - ``C901`` based on the
45
complexity value provided by the user.
46
0 commit comments