Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GH Actions: always check that all sniffs are feature complete #656

Merged
merged 1 commit into from
Apr 15, 2021

Commits on Apr 15, 2021

  1. 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.
    jrfnl committed Apr 15, 2021
    Configuration menu
    Copy the full SHA
    2f1494d View commit details
    Browse the repository at this point in the history