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
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
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? |