Skip to content

Commit 9553c8d

Browse files
committed
Merge branch 'doc-E999' into 'master'
Add documentation for E999 See merge request !130
2 parents b924191 + 878bab7 commit 9553c8d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/source/user/error-codes.rst

+3
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ generates its own :term:`error code`\ s for ``pyflakes``:
3838
| F841 | local variable ``name`` is assigned to but never used |
3939
+------+---------------------------------------------------------------------+
4040

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+
4144
``mccabe`` only ever reports one :term:`violation` - ``C901`` based on the
4245
complexity value provided by the user.
4346

0 commit comments

Comments
 (0)