Verified manually. Something like this in .arclint:
"linters" : { "text" : { "type" : "text", "include" : "(\\.(txt|py|html?)$)", "text.max-line-length": 200 }
changes the line length. Something other than an integer there raises an error.
Differential D9029
Allow .arclint to configure max line length of text linter • bitglue on May 9 2014, 6:21 PM. Authored by Tags None Referenced Files
Subscribers
Details
Verified manually. Something like this in .arclint: "linters" : { "text" : { "type" : "text", "include" : "(\\.(txt|py|html?)$)", "text.max-line-length": 200 } changes the line length. Something other than an integer there raises an error.
Diff Detail
Event TimelineComment Actions I'll accept this if you rename the option to text.max-line-length, to namespace it for the linter and keep it consistent with other available options. |