flake8/src/flake8
Ian Cordasco df2fa18a08
Fix project config file discovery
Flake8 3.0 was stopping once it found the current directory but the
historical behaviour (that we didn't intend to break) searched past
that (towards root) until it found one of the project/local config
file names that could be read.

Closes #181
2016-07-26 09:37:32 -05:00
..
api Add a bunch more legacy API tests 2016-07-19 11:12:51 -05:00
formatting Handle repeated --quiet options again 2016-07-25 19:38:19 -05:00
main Merge branch 'bug/180' into 'master' 2016-07-26 00:41:08 +00:00
options Fix project config file discovery 2016-07-26 09:37:32 -05:00
plugins Remove exc_info for logging.exception 2016-06-29 15:22:22 -05:00
__init__.py Handle multiline strings with '# noqa' 2016-07-25 11:00:18 -05:00
__main__.py Move flake8 into src 2016-06-25 10:12:13 -05:00
checker.py Handle multiline strings with '# noqa' 2016-07-25 11:00:18 -05:00
defaults.py Update defaults 2016-06-30 06:54:10 -05:00
exceptions.py Search current directory if no paths are specified 2016-06-26 15:08:58 -05:00
processor.py Fix typo in documentation using indect 2016-07-21 13:59:07 +02:00
statistics.py Wire-up --statistics again 2016-07-25 14:29:09 -05:00
style_guide.py Update NOQA regular expression 2016-07-26 06:24:04 -05:00
utils.py Check for alternate_separator only when truthy 2016-07-22 17:12:49 -05:00