{ "config": { "ansi-colors": true, "fail-on-first-error": false, "plugins": [], "verbosity": "normal" }, "commit-msg": { "enabled": false, "actions": [] }, "pre-push": { "enabled": true, "actions": [ { "action": "composer test" } ] }, "pre-commit": { "enabled": true, "actions": [ { "action": "composer validate", "conditions": [ { "exec": "\\CaptainHook\\App\\Hook\\Condition\\FileStaged\\Any", "args": [["composer.json"]] } ] }, { "action": "composer normalize --dry-run", "conditions": [ { "exec": "\\CaptainHook\\App\\Hook\\Condition\\FileStaged\\Any", "args": [["composer.json"]] } ] }, { "action": "composer lint:paths -- {$STAGED_FILES|of-type:php}", "conditions": [ { "exec": "\\CaptainHook\\App\\Hook\\Condition\\FileStaged\\OfType", "args": ["php"] } ] }, { "action": "composer phpcs -- {$STAGED_FILES|of-type:php}", "conditions": [ { "exec": "\\CaptainHook\\App\\Hook\\Condition\\FileStaged\\OfType", "args": ["php"] } ] } ] }, "prepare-commit-msg": { "enabled": false, "actions": [] }, "post-commit": { "enabled": false, "actions": [] }, "post-merge": { "enabled": true, "actions": [ { "action": "composer install --ansi", "conditions": [ { "exec": "\\CaptainHook\\App\\Hook\\Condition\\FileChanged\\Any", "args": [["composer.json", "composer.lock"]] } ] } ] }, "post-checkout": { "enabled": true, "actions": [ { "action": "composer install --ansi", "conditions": [ { "exec": "\\CaptainHook\\App\\Hook\\Condition\\FileChanged\\Any", "args": [["composer.json", "composer.lock"]] } ] } ] }, "post-rewrite": { "enabled": false, "actions": [] }, "post-change": { "enabled": false, "actions": [] } }
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
.git | Folder | 0755 |
|
|
.github | Folder | 0755 |
|
|
build | Folder | 0755 |
|
|
docs | Folder | 0755 |
|
|
resources | Folder | 0755 |
|
|
src | Folder | 0755 |
|
|
tests | Folder | 0755 |
|
|
.editorconfig | File | 292 B | 0644 |
|
.gitattributes | File | 1.09 KB | 0644 |
|
.gitignore | File | 62 B | 0644 |
|
.readthedocs.yml | File | 152 B | 0644 |
|
CHANGELOG.md | File | 50.9 KB | 0644 |
|
CODE_OF_CONDUCT.md | File | 3.16 KB | 0644 |
|
CONTRIBUTING.md | File | 5.57 KB | 0644 |
|
LICENSE | File | 1.07 KB | 0644 |
|
README.md | File | 4.08 KB | 0644 |
|
SECURITY.md | File | 7.88 KB | 0644 |
|
captainhook.json | File | 2.93 KB | 0644 |
|
codecov.yml | File | 573 B | 0644 |
|
composer.json | File | 3.71 KB | 0644 |
|
composer.lock | File | 267.74 KB | 0644 |
|
phpbench.json | File | 230 B | 0644 |
|
phpcs.xml.dist | File | 20.01 KB | 0644 |
|
phpstan-tests.neon | File | 1.2 KB | 0644 |
|
phpstan.neon.dist | File | 1018 B | 0644 |
|
phpunit.xml.dist | File | 775 B | 0644 |
|
psalm-baseline.xml | File | 5.46 KB | 0644 |
|
psalm.xml | File | 682 B | 0644 |
|