From: Joe Workman Date: Tue, 24 Aug 2021 19:56:31 +0000 (-0700) Subject: husky hanging om commit lint X-Git-Tag: v6.7.1~52 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=25290ac647a57101205c0e26d0bcc1f5f3a6beea;p=thirdparty%2Ffoundation%2Ffoundation-sites.git husky hanging om commit lint --- diff --git a/.huskyrc.yml b/.huskyrc.yml index cf0a820c1..0431d0b9b 100644 --- a/.huskyrc.yml +++ b/.huskyrc.yml @@ -1,5 +1,5 @@ hooks: - commit-msg: > - node ./script/husky-commit-lint.js --color -e $GIT_PARAMS + # commit-msg: > + # node ./script/husky-commit-lint.js --color -e $GIT_PARAMS pre-push: node ./script/husky-push-test.js --color