aik099 / CodingStandard

The PHP_CodeSniffer coding standard I'm using on all of my projects
BSD 3-Clause "New" or "Revised" License
5 stars 2 forks source link

Create license validation sniff #44

Open aik099 opened 9 years ago

aik099 commented 9 years ago

Create license validation sniff. There is something already created for PHPCS coding standard.

We need to validate that there is license/file comment in each PHP file and it looks about right (don't validate exact phrases to allow sniff to be used on projects with different licenses).