flake8/docs/source
Ian Cordasco 63f5f15068
Re-allow for relative paths for exclude
Previously, all testing was done from the directory in which the
configuration file lived, so this bug went unnoticed. However, if you
run Flake8 against its own source from a directory above, you would
notice that the patterns in the exclude config value in tox.ini were
ignored. This is because we (like any reasonable person) are using
relative paths. The path is relative, however, to the directory in
which the configuration file was located. So we keep track of which
directory that is and use that to normalize the paths in the config
file.

Yes, there is an unrelated change to our tox.ini in this commit as
well. ;-)

Closes #194
2016-07-29 19:27:06 -05:00
..
internal Add high-level overview of how things fit together 2016-06-26 20:28:24 -05:00
plugin-development Make the documentation very obvious 2016-07-26 19:49:36 -05:00
release-notes Re-allow for relative paths for exclude 2016-07-29 19:27:06 -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