1 Star 0 Fork 1

Charging Systems/maeve-csms

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.pre-commit-config.yaml 1.03 KB
一键复制 编辑 原始数据 按行查看 历史
Dale Peakall 提交于 2023-09-05 11:58 . ci: support "revert" commit messages
repos:
- repo: https://github.com/thoughtworks/talisman
rev: 'v1.30.2'
hooks:
- id: talisman-commit
entry: cmd --githook pre-commit
- repo: local
hooks:
- id: sort-talismanrc
name: Sort .talismanrc
language: script
files: '.talismanrc'
entry: .hook/sort-talismanrc.sh
- id: check-talisman-files
name: Check files in .talismanrc
language: script
files: '.talismanrc'
entry: .hook/check-talisman-files.sh
- repo: https://github.com/compilerla/conventional-pre-commit
rev: 'v2.3.0'
hooks:
- id: conventional-pre-commit
stages: [commit-msg]
args: ['feat', 'fix', 'ci', 'chore', 'test', 'docs', 'refactor', 'revert']
- repo: https://github.com/tekwizely/pre-commit-golang
rev: 'v1.0.0-rc.1'
hooks:
- id: go-mod-tidy
- id: go-vet-mod
- id: go-fmt
- id: go-staticcheck-mod
- id: go-sec-mod
args: ["-exclude-generated", "--"]
- id: go-build-mod
- id: go-test-mod
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/charging-system/maeve-csms.git
git@gitee.com:charging-system/maeve-csms.git
charging-system
maeve-csms
maeve-csms
main

搜索帮助