Skip to content

Commit

Permalink
Merge pull request #7 from shochdoerfer/feature/add_phpstan_to_captai…
Browse files Browse the repository at this point in the history
…nhook

Configure PHPStan as pre-push hook
  • Loading branch information
shochdoerfer committed Jan 23, 2021
2 parents 88c010e + 5d5a892 commit 6021f4c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion captainhook.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,12 @@
},
"pre-push": {
"enabled": false,
"actions": []
"actions": [
{
"action": "./vendor/bin/phing analyse",
"options": []
}
]
},
"pre-commit": {
"enabled": true,
Expand Down

0 comments on commit 6021f4c

Please sign in to comment.