flake8/docs/source/plugin-development
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
..
.keep Rename dev subdirectory to plugin-development 2016-06-25 09:51:15 -05:00
cross-compatibility.rst Trim trailing whitespace in compat docs 2016-07-20 08:17:33 -05:00
formatters.rst Rename dev subdirectory to plugin-development 2016-06-25 09:51:15 -05:00
index.rst Rename dev subdirectory to plugin-development 2016-06-25 09:51:15 -05:00
plugin-parameters.rst Add support for tokens of a complete file 2016-07-22 00:28:23 +02:00
registering-plugins.rst Add new Flake8 classifier to Trove list 2016-07-09 16:16:07 -05:00