git hookでlinterをかける事があると思うけど、ソフトウェアによって自分の修正した箇所以外に反応したりするので無視したい時に。
$ git commit -n
or
$ git commit --no-verify
Go to list of users who liked
More than 5 years have passed since last update.
git hookでlinterをかける事があると思うけど、ソフトウェアによって自分の修正した箇所以外に反応したりするので無視したい時に。
$ git commit -n
or
$ git commit --no-verify
Register as a new user and use Qiita more conveniently
Go to list of users who liked