Page MenuHomePhabricator

Add a linter rule for PHP indentation
AbandonedPublic

Authored by joshuaspence on Jan 26 2015, 10:12 AM.
Tags
None
Referenced Files
F13085795: D11504.diff
Wed, Apr 24, 11:56 PM
Unknown Object (File)
Fri, Apr 19, 2:14 AM
Unknown Object (File)
Fri, Apr 19, 2:14 AM
Unknown Object (File)
Fri, Apr 19, 2:14 AM
Unknown Object (File)
Fri, Apr 19, 2:14 AM
Unknown Object (File)
Fri, Apr 19, 2:14 AM
Unknown Object (File)
Fri, Apr 19, 2:14 AM
Unknown Object (File)
Fri, Apr 19, 2:14 AM
Subscribers

Details

Reviewers
epriestley
Group Reviewers
Blessed Reviewers
Summary

WIP. Depends on D12295.

Test Plan

WIP

Diff Detail

Repository
rARC Arcanist
Branch
master
Lint
Lint Warnings
SeverityLocationCodeMessage
Warningsrc/lint/linter/xhpast/rules/ArcanistIndentationXHPASTLinterRule.php:62TXT3Line Too Long
Unit
Test Failures
Build Status
Buildable 6433
Build 6455: [Placeholder Plan] Wait for 30 Seconds

Unit TestsFailed

TimeTest
1,095 msArcanistXHPASTLinterTestCase::testLinter
1,181 msArcanistCSSLintLinterTestCase::testLinter
84 msArcanistCSSLintLinterTestCase::testVersion
11 msArcanistChmodLinterTestCase::testLinter
343 msArcanistClosureLinterTestCase::testLinter
View Full Test Results (1 Failed · 44 Passed · 9 Skipped)

Event Timeline

joshuaspence retitled this revision from to Add a linter rule for PHP indentation.
joshuaspence updated this object.
joshuaspence edited the test plan for this revision. (Show Details)
epriestley added a reviewer: epriestley.

Just pushing this out of my queue for now, I'm excited about it if you can make it work.

I'm wildly amused by this diff getting flagged by itself.

This revision now requires changes to proceed.Jan 26 2015, 3:14 PM
joshuaspence edited edge metadata.

Somewhat working

joshuaspence edited edge metadata.

Somewhat working

Further work, seems to work reasonably well but still needs work

Not actively working on this.