Breadcrumbs uni-network / simple-git-hooks.cjs Latest commit Cannot retrieve latest commit at this time. HistoryHistory File metadata and controls Code Blame 4 lines (4 loc) · 103 Bytes Raw module.exports = { "commit-msg": "npx commitlint --edit ${1}", "pre-commit": "npx lint-st...
软件版本 1.2.5 运行环境 Windows (64) 运行架构 x86 重现步骤 通过ide操作分支合并上游提交并解决冲突。 当前对启用的钩子做了一定调整 "simple-git-hooks": { "commit-msg": "pnpm sa git-commit-verify", "pre-commit": "pnpm lint-staged" } git log 16:54:09.732: [soy
@commitlint/cli should be installed automatically (d69b4fb) 0.1.1 (2021-03-23) Note: Version bump only for package @1stg/simple-git-hooks Display full changelog yarn.pm/@1stg/simple-git-hookscopy1stG/configs@1stg/simple-git-hooks Use it $ yarn add @1stg/simple-git-hookscopy Try in...
File metadata and controls Code Blame 4 lines (4 loc) · 103 Bytes Raw module.exports = { "commit-msg": "npx commitlint --edit ${1}", "pre-commit": "npx lint-staged", }; 1 2 3 4While the code is focused, press Alt+F1 for a menu of operations....
{ "git-hooks": { "pre-commit": "bun run lint && bun run test", "commit-msg": "bun commitlint --edit $1", "pre-push": "bun run build" } } CLI Usage # Install hooks from config git-hooks # alternatively, trigger the CLI with bunx bunx git-hooks bunx bun-git-hooks # Use ...
Breadcrumbs vitepress-blog-theme / simple-git-hooks.json Latest commit Cannot retrieve latest commit at this time. HistoryHistory File metadata and controls Code Blame 4 lines (4 loc) · 86 Bytes Raw { "pre-commit": "pnpm lint-staged", "commit-msg": "pnpm commitlint --edi...