Adds a linter that checks php files for syntax errors using php -l
Details
Details
- Reviewers
epriestley - Group Reviewers
Blessed Reviewers - Commits
- rARC9fc8a2f61b19: Adding php -l linter
Add a section to your .arclint file similar to:
"php": { "type": "php", "include": "(\\.php$)" }
Then run arc lint on a php file with a syntax error.
Diff Detail
Diff Detail
- Repository
- rARC Arcanist
- Lint
Lint Skipped - Unit
Tests Skipped