Repurpose ArcanistClosingCallParenthesesXHPASTLinterRule (and rename it to ArcanistCallParenthesesXHPASTLinterRule) to ensure that there is no spacing before opening parenthesis in function calls.
Details
Details
- Reviewers
epriestley - Group Reviewers
Blessed Reviewers - Commits
- rARC1e75302e7703: Add a linter rule for spacing before opening parenthesis in function calls
Added test case.
Diff Detail
Diff Detail
- Repository
- rARC Arcanist
- Branch
- master
- Lint
Lint Passed - Unit
Tests Passed - Build Status
Buildable 7491 Build 8022: [Placeholder Plan] Wait for 30 Seconds Build 8021: arc lint + arc unit
Event Timeline
Comment Actions
One inline thing I think?
src/lint/linter/xhpast/rules/ArcanistCallParenthesesXHPASTLinterRule.php | ||
---|---|---|
32 | I think this string is wrong, and actually testing for space before the opening parenthesis? |