lint-trap
lint-trap copied to clipboard
line-length in lintrc
The current --line-length CLI flag approach is not workable for linter plugins like SublimeLinter. This needs to be setable in the lintrc file. (ref: T36892)
Why not just modify sublimelinter to accept arguments?
I could do that, but then I need to support this in all the lint-plugins
Turns out this is solveable in SublimeLinter. Will investigate if it is doable in syntastic. If so, I will update the documentation to explain how to get this working.
Can we make line length limits opt out ?