summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMike Miller <mike@mtmxr.com>2016-06-03 10:03:24 -0700
committerMike Miller <mike@mtmxr.com>2016-06-03 10:03:24 -0700
commitfdf3e6a2655c8ddd465781e1c2693886a8aa762f (patch)
treecfeff4a8ac46539b337ed8599c8968ce70a29822 /docs
parent017d3b5da0c37bd48df3778752bfa98b4eed6d5e (diff)
downloadpep8-fdf3e6a2655c8ddd465781e1c2693886a8aa762f.tar.gz
Report E742 and E743 for badly named functions and classes
Diffstat (limited to 'docs')
-rw-r--r--docs/intro.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/intro.rst b/docs/intro.rst
index bfa6786..11b0e0c 100644
--- a/docs/intro.rst
+++ b/docs/intro.rst
@@ -360,6 +360,10 @@ This is the current list of error and warning codes:
+------------+----------------------------------------------------------------------+
| E741 | do not use variables named 'l', 'O', or 'I' |
+------------+----------------------------------------------------------------------+
+| E742 | do not define classes named 'l', 'O', or 'I' |
++------------+----------------------------------------------------------------------+
+| E743 | do not define functions named 'l', 'O', or 'I' |
++------------+----------------------------------------------------------------------+
+------------+----------------------------------------------------------------------+
| **E9** | *Runtime* |
+------------+----------------------------------------------------------------------+