From f106cce4cd5443cc022a797c58aacc69ba0b9ba2 Mon Sep 17 00:00:00 2001 From: "A. B. M. Mahmudul Hasan" Date: Sun, 6 Sep 2026 16:02:55 +0600 Subject: [PATCH] :fire: chore(hooks): remove captainhook configuration file - Cut the captainhook.json configuration file :fire: --- captainhook.json | 55 ------------------------------------------------ 1 file changed, 55 deletions(-) delete mode 100644 captainhook.json diff --git a/captainhook.json b/captainhook.json deleted file mode 100644 index 782a292..0000000 --- a/captainhook.json +++ /dev/null @@ -1,55 +0,0 @@ -{ - "commit-msg": { - "enabled": false, - "actions": [] - }, - "pre-push": { - "enabled": false, - "actions": [] - }, - "pre-commit": { - "enabled": true, - "actions": [ - { - "action": "composer validate --strict", - "options": [] - }, - { - "action": "composer normalize --dry-run", - "options": [] - }, - { - "action": "composer ic:release:audit", - "options": [] - }, - { - "action": "composer ic:ci", - "options": [] - } - ] - }, - "prepare-commit-msg": { - "enabled": false, - "actions": [] - }, - "post-commit": { - "enabled": false, - "actions": [] - }, - "post-merge": { - "enabled": false, - "actions": [] - }, - "post-checkout": { - "enabled": false, - "actions": [] - }, - "post-rewrite": { - "enabled": false, - "actions": [] - }, - "post-change": { - "enabled": false, - "actions": [] - } -}