Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lefthook.yml')
-rw-r--r--lefthook.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/lefthook.yml b/lefthook.yml
index 2c9e7532ec6..0d67d6521a2 100644
--- a/lefthook.yml
+++ b/lefthook.yml
@@ -97,6 +97,10 @@ pre-push:
files: git diff --name-only --diff-filter=d $(git merge-base origin/master HEAD)..HEAD
glob: '*.{rb}'
run: bundle exec rake lint:static_verification
+ bundler-checksum-lint:
+ tags: backend bundler
+ glob: 'Gemfile.lock'
+ run: bundle exec bundler-checksum lint
scripts:
"merge_conflicts":