Automattic / phpcs-neutron-standard

A set of phpcs sniffs for PHP >7 development
MIT License
94 stars 7 forks source link

Add linting to CI #80

Closed sirbrillig closed 4 years ago

sirbrillig commented 4 years ago

This adds a new composer lint script which will automatically run phpcs on the source files in the repo. It then adds that command to the Travis config so that it should be run on every PR.