snippetbashTip
grumphp — A PHP Composer plugin that enables source code quality checks. More information: <https://github.com
Viewed 0 times
commandpluginenablescomposercligrumphpphpthat
Problem
How to use the
grumphp command: A PHP Composer plugin that enables source code quality checks. More information: <https://github.com/phpro/grumphp#commands>.Solution
grumphp — A PHP Composer plugin that enables source code quality checks. More information: <https://github.com/phpro/grumphp#commands>.Register the Git hooks:
grumphp git:initTrigger the pre-commit hook manually:
grumphp git:pre-commitCheck every versioned file:
grumphp runCode Snippets
Register the Git hooks
grumphp git:initTrigger the pre-commit hook manually
grumphp git:pre-commitCheck every versioned file
grumphp runContext
tldr-pages: common/grumphp
Revisions (0)
No revisions yet.