- Add CR as allowed character when checking for charset.
- The text linter can now be used for windows-CRLF-style files
by disabling the newline check.
Differential D10980
text linter: Allow disabling UNIX newline check ite-klass on Dec 12 2014, 4:21 PM. Authored by Tags None Referenced Files
Subscribers
Details
by disabling the newline check. Ran arc lint on a local project with windows java files.
Diff Detail
Event TimelineComment Actions Adjust charset error message to match new rules (having added CR as allowed character). Comment Actions See D11458 for the more comprehensive solution. In the mean time, you should be able to disable the newline checks via the arclint file: .arclint { "linters": { "text": { "severity": { "1": "disabled" } } } } |