We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6272c5 commit f2d3047Copy full SHA for f2d3047
README.md
@@ -4,7 +4,9 @@ A script to run [PHP Coding Standards Fixer](https://github.com/FriendsOfPhp/PHP
4
5
PHP Coding Standards Fixer is run quietly to avoid unnecessary noise when
6
committing code. If there are standards violations it is run again in verbose
7
-mode to provide more information about the violations.
+mode to provide more information about the violations and stop the commit.
8
+
9
+You can bypass the `pre-commit` with `git commit --no-verify`.
10
11
A full check is done if the PHP Coding Standards configuration or the Composer
12
dependencies lock file has changed, otherwise only changed files since the last
0 commit comments