diff options
| author | Ian Cordasco <graffatcolmingov@gmail.com> | 2016-10-28 23:39:39 +0000 |
|---|---|---|
| committer | Ian Cordasco <graffatcolmingov@gmail.com> | 2016-10-28 23:39:39 +0000 |
| commit | 9553c8d8ccf54221153f498e28297d9cc74ca12d (patch) | |
| tree | 59af9c26204a4f733eb41168cdb5da75f90ac102 /docs/source | |
| parent | b924191b3bc41343ba42156c357e72aa83417256 (diff) | |
| parent | 878bab7ed1c5a4f363e988517af899d569e72560 (diff) | |
| download | flake8-9553c8d8ccf54221153f498e28297d9cc74ca12d.tar.gz | |
Merge branch 'doc-E999' into 'master'
Add documentation for E999
See merge request !130
Diffstat (limited to 'docs/source')
| -rw-r--r-- | docs/source/user/error-codes.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/source/user/error-codes.rst b/docs/source/user/error-codes.rst index 9a2c26b..8bff640 100644 --- a/docs/source/user/error-codes.rst +++ b/docs/source/user/error-codes.rst @@ -38,6 +38,9 @@ generates its own :term:`error code`\ s for ``pyflakes``: | F841 | local variable ``name`` is assigned to but never used | +------+---------------------------------------------------------------------+ +We also report one extra error: ``E999``. We report ``E999`` when we fail to +compile a file into an Abstract Syntax Tree for the plugins that require it. + ``mccabe`` only ever reports one :term:`violation` - ``C901`` based on the complexity value provided by the user. |
