Details
Details
- Reviewers
epriestley - Group Reviewers
Blessed Reviewers - Commits
- rARCa5304e472d18: Add a linter rule for newlines after PHP open tags
Added unit tests.
Diff Detail
Diff Detail
- Repository
- rARC Arcanist
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
src/lint/linter/xhpast/rules/ArcanistNewlineAfterOpenTagXHPASTLinterRule.php | ||
---|---|---|
29 | I think this phrasing is maybe a little ambiguous, since it doesn't mean "a single newline character", but could be interpreted like that (i.e. "<?php\n1+1" has "a single newline character", but is not desired). Maybe "an empty line"? |