Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GH Actions: always check that all sniffs are feature complete
The `phpcsstandards/phpcsdevtools` package includes a script which can check whether sniffs are feature complete, i.e. whether all sniffs have unit tests and documentation. By adding this check to the `basics` GH Actions workflow, we prevent untested and/or undocumented sniffs from entering the repo. For now, the documentation check is silenced. P.S.: the `PHPCSDevTools` package contains a few more goodies which having the package (dev-)required now make available to developers, like the `PHPCSDebug` standard to get detailed information about the tokens in a file. Have a look at the package [readme](https://github.com/PHPCSStandards/PHPCSDevTools) for more information.
- Loading branch information