yujinakayama / atom-lint

Obsolete: Generic code linting support for Atom
https://atom.io/packages/atom-lint
MIT License
111 stars 33 forks source link

Atom line length pref not respected #39

Closed shacker closed 10 years ago

shacker commented 10 years ago

Set Atom's preferred line length to 120. Restart atom just to be sure. pyflakes still reports errors for lines longer than 80 chars.

yujinakayama commented 10 years ago

As I said in #48, each project has their own custom linter settings and atom-lint should not override it.