Skip to content
代码片段 群组 项目
未验证 提交 5557d2a7 编辑于 作者: Peter Leitzen's avatar Peter Leitzen
浏览文件

Lint gem's checksum via `lefthook`

上级 e6d766a8
No related branches found
No related tags found
无相关合并请求
...@@ -97,6 +97,10 @@ pre-push: ...@@ -97,6 +97,10 @@ pre-push:
files: git diff --name-only --diff-filter=d $(git merge-base origin/master HEAD)..HEAD files: git diff --name-only --diff-filter=d $(git merge-base origin/master HEAD)..HEAD
glob: '*.{rb}' glob: '*.{rb}'
run: bundle exec rake lint:static_verification run: bundle exec rake lint:static_verification
bundler-checksum-lint:
tags: backend bundler
glob: 'Gemfile.lock'
run: bundle exec bundler-checksum lint
scripts: scripts:
"merge_conflicts": "merge_conflicts":
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册