summaryrefslogtreecommitdiff
path: root/flake8/processor.py
diff options
context:
space:
mode:
authorIan Cordasco <graffatcolmingov@gmail.com>2016-05-16 20:15:14 -0500
committerIan Cordasco <graffatcolmingov@gmail.com>2016-05-16 20:15:14 -0500
commit72833b629a506923f4df01cc114032c9343f8e4a (patch)
tree8755872e664817099a0aa404d19cd3248220e797 /flake8/processor.py
parentc68978116683adbad8177ee523be5244c63a4ad8 (diff)
downloadflake8-72833b629a506923f4df01cc114032c9343f8e4a.tar.gz
Start adding documentation about developing plugins
Diffstat (limited to 'flake8/processor.py')
-rw-r--r--flake8/processor.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/flake8/processor.py b/flake8/processor.py
index ab99089..8e6d897 100644
--- a/flake8/processor.py
+++ b/flake8/processor.py
@@ -32,6 +32,7 @@ class FileProcessor(object):
- :attr:`blank_before`
- :attr:`blank_lines`
+ - :attr:`checker_state`
- :attr:`indect_char`
- :attr:`indent_level`
- :attr:`line_number`