flake8/docs/source
Fabian Neundorf 9cf8603e94 Add support for tokens of a complete file
The `tokens` property of the `FileProcessor` class only contains tokens of the
current line but not all tokens. So if a plugin which is only executed once
per file, that property is useless. To make the tokens also available to
plugins it is now be able to supply all the tokens of a file.

It also updates the documentation to separate which parameters are static and
which are changed on each line. Using the latter parameters on plugins which
are only run once per file isn't very sensible.
2016-07-22 00:28:23 +02:00
..
internal Add high-level overview of how things fit together 2016-06-26 20:28:24 -05:00
plugin-development Add support for tokens of a complete file 2016-07-22 00:28:23 +02:00
release-notes Add 3.0.0b2 release notes 2016-06-28 20:47:44 -05:00
user Document Legacy API 2016-07-14 08:13:10 -05:00
conf.py Merge branch 'origin/proposed/3.0' into master 2016-06-25 12:01:02 -05:00
faq.rst Update FAQ to be a bit clearer 2016-06-21 07:36:40 -05:00
glossary.rst Add high-level overview of how things fit together 2016-06-26 20:28:24 -05:00
index.rst Rename dev subdirectory to plugin-development 2016-06-25 09:51:15 -05:00
requirements.txt Document flake8-polyfill in compatibility section 2016-07-20 08:12:45 -05:00