Skip to content

Commit

Permalink
Updated tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
Lasse Lehtinen committed Oct 27, 2021
1 parent b922916 commit d47844b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ Configuration for [grumphp](https://github.com/phpro/grumphp) that is checking o

- Check that composer.json is valid
- Check that composer does not have any dependencies for known security vulnerabilities with [Local PHP Security Checker](https://github.com/fabpot/local-php-security-checker)
- Check that commit does not contain any debugging (var_dump, die, exit)
- Check that the PHP syntax is valid
- Check that commit does not contain any debugging (var_dump, die, exit)
- Check that code complies with the PSR2 coding style
- Perform static code analysis using [phpstan](https://github.com/phpstan/phpstan)
- Check code for unnecessary complexity etc. with [PHP Mess Detector](https://github.com/phpmd/phpmd)
Expand Down

0 comments on commit d47844b

Please sign in to comment.