gitlab merge code eslint --fix terminates submission

Problem statement: When using git commit -m 'fix: bug', the console does not report an error, but the command does not continue to execute. The problem is as follows

 Chinese translation:

 Solution: git commit -m 'info' --no-verify    

Use the above command to submit. The general meaning is: the submission will be successful without verification. If you have any questions, please reply.

Guess you like

Origin blog.csdn.net/SYQ15544423296/article/details/131894414