Skip to content

Commit

Permalink
feat(composer.json): add ai-commit-no-verify command
Browse files Browse the repository at this point in the history
- Add ai-commit-no-verify command to composer.json
- Enables committing with the --no-verify option
  • Loading branch information
guanguans committed Jul 14, 2023
1 parent b8c3d8c commit c7ce189
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 20 deletions.
12 changes: 3 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@
],
"post-autoload-dump": [],
"ai-commit": "@php ./ai-commit commit --generator=bito_cli --ansi",
"ai-commit-no-verify": "@ai-commit --commit-options=--no-verify",
"cghooks": "@php ./vendor/bin/cghooks --ansi -v",
"cghooks-install": [
"@cghooks add --ignore-lock",
Expand All @@ -147,19 +148,12 @@
"changelog-minor": "@changelog --minor",
"changelog-patch": "@changelog --patch",
"checks": [
"@mark-start",
"@composer-validate",
"@md-lint",
"@mark-separate",
"@lint",
"@mark-separate",
"@composer-validate",
"@mark-separate",
"@style-lint",
"@mark-separate",
"@test",
"@mark-separate",
"@psalm",
"@mark-finish"
"@psalm"
],
"composer-bin": "@composer bin --ansi -v",
"composer-check-platform-reqs": "@composer check-platform-reqs --lock --ansi -v",
Expand Down
22 changes: 11 additions & 11 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c7ce189

Please sign in to comment.