lint-trap icon indicating copy to clipboard operation
lint-trap copied to clipboard

line-length in lintrc

Open andrewdeandrade opened this issue 10 years ago • 4 comments

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)

andrewdeandrade avatar Nov 26 '14 19:11 andrewdeandrade

Why not just modify sublimelinter to accept arguments?

lxe avatar Nov 26 '14 19:11 lxe

I could do that, but then I need to support this in all the lint-plugins

andrewdeandrade avatar Nov 26 '14 19:11 andrewdeandrade

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.

andrewdeandrade avatar Dec 05 '14 00:12 andrewdeandrade

Can we make line length limits opt out ?

Raynos avatar Mar 05 '15 18:03 Raynos