Skip to content

Commit 1cc0508

Browse files
committed
ENSITECH-74
1 parent fc12daa commit 1cc0508

7 files changed

+7
-204
lines changed

.git_hooks/post-checkout/01-install-dependencies.sh

Lines changed: 0 additions & 18 deletions
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../scripts/install-dependencies.sh

.git_hooks/post-merge/01-install-dependencies.sh

Lines changed: 0 additions & 18 deletions
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../scripts/install-dependencies.sh

.git_hooks/pre-commit/01-lint-php.sh

Lines changed: 0 additions & 45 deletions
This file was deleted.

.git_hooks/pre-commit/01-lint-php.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../scripts/lint-php.sh

.git_hooks/pre-commit/02-php-cs-fixer.sh

Lines changed: 0 additions & 61 deletions
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../scripts/php-cs-fixer.sh

.git_hooks/pre-push/01-composer-validate.sh

Lines changed: 0 additions & 22 deletions
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../scripts/composer-validate.sh

.git_hooks/pre-push/02-phpstan.sh

Lines changed: 0 additions & 20 deletions
This file was deleted.

.git_hooks/pre-push/02-phpstan.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../scripts/phpstan.sh

.git_hooks/pre-push/03-test-code.sh

Lines changed: 0 additions & 20 deletions
This file was deleted.

.git_hooks/pre-push/03-test-code.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../scripts/test-code.sh

0 commit comments

Comments
 (0)