Details
Details
- Reviewers
epriestley - Group Reviewers
Blessed Reviewers - Commits
- rARC3a5ffdc2fdf2: Improve array comma rule
Updated unit tests.
Diff Detail
Diff Detail
- Repository
- rARC Arcanist
- Branch
- master
- Lint
Lint Passed - Unit
Test Failures - Build Status
Buildable 5140 Build 5158: [Placeholder Plan] Wait for 30 Seconds
Time | Test | |
---|---|---|
1,113 ms | ArcanistPuppetLintLinterTestCase::testLinter | |
804 ms | ArcanistCSSLintLinterTestCase::testLinter | |
140 ms | ArcanistCSSLintLinterTestCase::testVersion | |
137 ms | ArcanistChmodLinterTestCase::testLinter | |
238 ms | ArcanistClosureLinterTestCase::testLinter | |
View Full Test Results (1 Failed · 46 Passed · 4 Skipped) |
Event Timeline
Comment Actions
I also want to modify this to be able to perform the following fix:
array( 1, 2, - 3,); + 3, +);