uber-archive / lint-trap

JavaScript linter module for Uber projects
26 stars 2 forks source link

line-length in lintrc #70

Open andrewdeandrade opened 9 years ago

andrewdeandrade commented 9 years ago

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)

lxe commented 9 years ago

Why not just modify sublimelinter to accept arguments?

andrewdeandrade commented 9 years ago

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

andrewdeandrade commented 9 years ago

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.

Raynos commented 9 years ago

Can we make line length limits opt out ?