Automattic / vip-go-compatibility-scanner

Scan for compatibility problems in repository code using PHPCS with any standard, report as GitHub issues.
5 stars 1 forks source link

Skip empty PHP files #17

Closed gudmdharalds closed 3 years ago

gudmdharalds commented 3 years ago

Add an option so that empty PHP files can be skipped. Those are files that are literally empty, contain only line-breaks or a whitespace of other sort, and no <?php tag.

gudmdharalds commented 3 years ago

Fixed in #26.