Skip to content

Commit b39d4c2

Browse files
authored
Merge pull request #5 from shochdoerfer/feature/add_phpstan_to_captainhook
Configure PHPStan as pre-push hook
2 parents 601afdb + 5157174 commit b39d4c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

captainhook.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
]
1313
},
1414
"pre-push": {
15-
"enabled": false,
15+
"enabled": true,
1616
"actions": [
1717
{
18-
"action": "./vendor/bin/phing security:check",
18+
"action": "./vendor/bin/phing analyse",
1919
"options": []
2020
}
2121
]

0 commit comments

Comments
 (0)