Skip to content

Commit

Permalink
chore: remove a few requirements from the pre-commit hook
Browse files Browse the repository at this point in the history
  • Loading branch information
ramsey committed Aug 8, 2021
1 parent cf6a683 commit a703eb5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 19 deletions.
18 changes: 0 additions & 18 deletions captainhook.json
Expand Up @@ -59,24 +59,6 @@
"args": ["php"]
}
]
},
{
"action": "composer dev:analyze:phpstan -- {$STAGED_FILES|of-type:php}",
"conditions": [
{
"exec": "\\CaptainHook\\App\\Hook\\Condition\\FileStaged\\OfType",
"args": ["php"]
}
]
},
{
"action": "composer dev:analyze:psalm -- {$STAGED_FILES|of-type:php}",
"conditions": [
{
"exec": "\\CaptainHook\\App\\Hook\\Condition\\FileStaged\\OfType",
"args": ["php"]
}
]
}
]
},
Expand Down
2 changes: 1 addition & 1 deletion conventional-commits.json
Expand Up @@ -15,7 +15,7 @@
"scopeCase": "kebab",
"scopeRequired": false,
"scopes": [],
"descriptionCase": "lower",
"descriptionCase": null,
"descriptionEndMark": "",
"bodyRequired": false,
"bodyWrapWidth": 72,
Expand Down

0 comments on commit a703eb5

Please sign in to comment.