but atom-lint expected a different output from flake8 and thrown an exception (I've hacked it a few months ago, so I can't really remember the actual exception, that's not relevant though).
I'd like to have an option to specify the --config=file for flake8 - I'm indeed using the same configuration file, with the 3 settings above removed (~/.config/flake8-atom).
Here's my hack, but it lacks tests and looks probably ugly:
Although I'm fine as I'm patching it after every update, I think it may be useful to someone else. I can't open a proper pull request as I'm really new to Atom packages/Coffeescript/...
My ~/.config/flake8 (for CLI usage) had
but atom-lint expected a different output from flake8 and thrown an exception (I've hacked it a few months ago, so I can't really remember the actual exception, that's not relevant though).
I'd like to have an option to specify the --config=file for flake8 - I'm indeed using the same configuration file, with the 3 settings above removed (~/.config/flake8-atom).
Here's my hack, but it lacks tests and looks probably ugly:
Although I'm fine as I'm patching it after every update, I think it may be useful to someone else. I can't open a proper pull request as I'm really new to Atom packages/Coffeescript/...