bsnux / linter-python-pep8

Atom package for linting Python files on the fly using pep8 command
MIT License
8 stars 6 forks source link

How to exclude directory? #19

Closed roelzkie15 closed 1 year ago

roelzkie15 commented 6 years ago

The example settings is very limited:

'linter-python-pep8':
  'pep8DirToExecutable': '/usr/local/bin/'
  'ignoreErrorCodes': 'E501, W292'

How can i exclude a directory?

I wanna convert this args to atom settings pep8 --statistic --ignore=E501 --exclude='path/to/exclude'