flake8/flake8/options
Ian Cordasco 3f434f7d1c
Add broken config file to test error handling
ConfigFileFinder should absolutely handle broken/invalid config files
by refusing to try to parse them. Here we catch the ParsingError,
log the exception, and then return normally. The RawConfigParser
instance is perfectly valid still and will behave as if nothing had
been read and we just need to indicate that we didn't find any files
worthy of reading.

Related to: https://github.com/PyCQA/pycodestyle/issues/506
2016-06-16 16:19:09 -05:00
..
__init__.py Ignore only D203 and fix Flake8 errors 2016-01-10 14:36:52 -06:00
aggregator.py Re-order project imports based on flake8-import-order 2016-02-25 11:14:41 -06:00
config.py Add broken config file to test error handling 2016-06-16 16:19:09 -05:00
manager.py Refactor off-by-default plugins and enabling them 2016-05-28 11:57:18 -05:00