纱线 v2 中的 CommitLint
CommitLint in yarn v2
那里。
我正在尝试使用 yarn 2 在我的项目中设置 CommitLint 和 husky,但是当我提交时,我 运行 这个问题。有没有什么办法解决这一问题?我尝试使用以下 3 个命令:
npx --no-install commitlint --edit ""
yarn --no-install commitlint --edit ""
yarn run --no-install commitlint --edit ""
我正在使用 Mac OS X 10.11.6 和 Node 14 LTS。我的仓库在 GitLab(必须绕过 commitlint 检查)
Using npx
Using yarn
Using yarn run
我已经与 CommitLint 开发人员核实了这一点。他说目前不支持。你可以看看here。网站上也有说明
那里。 我正在尝试使用 yarn 2 在我的项目中设置 CommitLint 和 husky,但是当我提交时,我 运行 这个问题。有没有什么办法解决这一问题?我尝试使用以下 3 个命令:
npx --no-install commitlint --edit ""
yarn --no-install commitlint --edit ""
yarn run --no-install commitlint --edit ""
我正在使用 Mac OS X 10.11.6 和 Node 14 LTS。我的仓库在 GitLab(必须绕过 commitlint 检查)
Using npx
Using yarn
Using yarn run
我已经与 CommitLint 开发人员核实了这一点。他说目前不支持。你可以看看here。网站上也有说明