You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Executing .git/hooks/pre-commit...
> validate:phpcs
[ExecStack] /Users/justinwinter/Sites/askwebny/vendor/bin/phpcs
[ExecStack] Running /Users/justinwinter/Sites/askwebny/vendor/bin/phpcs in /Users/justinwinter/Sites/askwebny
........
Time: 102ms; Memory: 7.75Mb
[ExecStack] Done in 0.185s
> validate:twig:files
Linting twig files...
> validate:yaml:files
Linting YAML files...
Your local code has passed git pre-commit validation.
Executing .git/hooks/commit-msg...
Validating commit message syntax...
[error] Invalid commit message!
Commit messages must:
* Contain the project prefix followed by a hyphen
* Contain a ticket number followed by a colon and a space
* Be at least 15 characters long and end with a period.
Valid example: BLT-135: Added the new picture field to the article feature.
And I expected this to happen:
The commit happens without phpcs and the commit-msg command running.
When I run this command:
I get the following output:
And I expected this to happen:
The commit happens without phpcs and the commit-msg command running.
I've been trying to follow along with the documentation here:
https://github.com/acquia/blt/blob/f3ca1cf0123d4b6b641e65d54ddad79358009182/readme/extending-blt.md#disabling-a-command
I have my
project.yml
setup as:Struggling with how to override this message and/or disable it.
The text was updated successfully, but these errors were encountered: