Page MenuHomePhabricator

Fix text lint issues
ClosedPublic

Authored by joshuaspence on Feb 3 2015, 10:20 AM.
Tags
None
Referenced Files
F19889885: D11640.diff
Tue, Mar 24, 11:35 PM
F19830740: D11640.id28017.diff
Mar 10 2026, 3:42 PM
F19776715: D11640.id28293.diff
Feb 22 2026, 5:21 PM
F19721504: D11640.id28294.diff
Feb 13 2026, 12:01 AM
F19668341: D11640.diff
Feb 7 2026, 6:48 PM
F19660987: D11640.id28339.diff
Feb 7 2026, 5:23 AM
F19617998: D11640.id28292.diff
Feb 4 2026, 7:30 AM
F19468886: D11640.diff
Jan 4 2026, 12:16 PM
Subscribers

Details

Summary

Ref T5105. This is a proof-of-concept for D11458.

Test Plan

arc lint --everything

Diff Detail

Repository
rARC Arcanist
Branch
master
Lint
Lint Passed
Unit
Test Failures
Build Status
Buildable 4451
Build 4465: [Placeholder Plan] Wait for 30 Seconds

Unit TestsFailed

TimeTest
99 msArcanistTextLinterTestCase::testLinter
72 msArcanistBaseCommitParserTestCase::testBasics
67 msArcanistBaseCommitParserTestCase::testHalt
69 msArcanistBaseCommitParserTestCase::testJump
80 msArcanistBaseCommitParserTestCase::testJumpReturn
View Full Test Results (1 Failed · 69 Passed · 6 Skipped)

Event Timeline

joshuaspence retitled this revision from to Fix text lint issues.
joshuaspence updated this object.
joshuaspence edited the test plan for this revision. (Show Details)
joshuaspence added a reviewer: epriestley.
src/lint/linter/ArcanistTextLinter.php
18 ↗(On Diff #28017)

This causes a behavioral change, right? That's maaaaybe OK but likely surprising for users...

src/lint/linter/ArcanistTextLinter.php
18 ↗(On Diff #28017)

Yes it does, but it seemed necessary to make this work. Otherwise, we can't use max_line_length = in an .editorconfig file to mean "no maximum line length". We could maybe tweak this to use some non-null sentinel value I suppose.

joshuaspence edited edge metadata.

Change end of line character

epriestley edited edge metadata.
This revision is now accepted and ready to land.Apr 6 2015, 1:39 PM
This revision was automatically updated to reflect the committed changes.