1 Star 0 Fork 0

吴雨霖/jmeter-grpc-request

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.pre-commit-config.yaml 931 Bytes
一键复制 编辑 原始数据 按行查看 历史
minhhn3 提交于 2022-07-08 23:08 . feat: pre-commit hook
ci:
autofix_commit_msg: |
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
autofix_prs: true
autoupdate_branch: master
autoupdate_commit_msg: '[pre-commit.ci] pre-commit autoupdate'
autoupdate_schedule: weekly
skip: []
submodules: false
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0
hooks:
- id: check-added-large-files
- id: debug-statements
exclude: dist/
- id: check-merge-conflict
- id: end-of-file-fixer
files: ^.*\.java$
exclude: (pom.xml|dist/)
- id: trailing-whitespace
exclude: dist/
- id: detect-private-key
exclude: dist/
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
rev: v2.4.0
hooks:
- id: pretty-format-java
args: [--aosp, --autofix]
exclude: dist/
- id: pretty-format-yaml
args: [--autofix, --indent, '2']
exclude: dist/
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wu-yulin-1/jmeter-grpc-request.git
git@gitee.com:wu-yulin-1/jmeter-grpc-request.git
wu-yulin-1
jmeter-grpc-request
jmeter-grpc-request
master

搜索帮助