Home
Phabricator
Search
Configure Global Search
Log In
Transactions
D9029
Change Details
Change Details
Old
New
Diff
Verified manually. Something like this in .arclint: "linters" : { "text" : { "type" : "text", "include" : "(\\.(txt|py|html?)$)", "maxLineLength": 200 } changes the line length. Something other than an integer there raises an error.
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.
Verified manually. Something like this in .arclint: "linters" : { "text" : { "type" : "text", "include" : "(\\.(txt|py|html?)$)",
"maxLineL
"text.max-line-l
ength": 200 } changes the line length. Something other than an integer there raises an error.
Continue