HomePhabricator

Allow .arclint to configure max line length of text linter

Description

Allow .arclint to configure max line length of text linter

Test Plan:
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.

Reviewers: epriestley, Blessed Reviewers, Arcanist

Reviewed By: epriestley, Blessed Reviewers, Arcanist

Subscribers: Korvin, epriestley

Differential Revision: https://secure.phabricator.com/D9029

Details

Provenance
bitglueAuthored on
epriestleyCommitted on May 9 2014, 6:31 PM
epriestleyPushed on May 9 2014, 6:32 PM
Reviewer
Blessed Reviewers
Differential Revision
D9029: Allow .arclint to configure max line length of text linter
Parents
rARC441e516104d3: Don't call writeLogLog. Just writeLog will do.
Branches
Unknown
Tags
Unknown

Event Timeline