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:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-08-09 00:10:34 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-08-09 00:10:34 +0300
commit929b0ad5007d1b9a006b8b9b477f01702f9a780f (patch)
tree6a53dff5922a062cd50f6bebee019a6b8e1c71cf /lefthook.yml
parent3849f5bb99b2f46f4ffeda56b9b7ae8afe954ed3 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'lefthook.yml')
-rw-r--r--lefthook.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/lefthook.yml b/lefthook.yml
index 53f1b6201ad..f6a2b4b070f 100644
--- a/lefthook.yml
+++ b/lefthook.yml
@@ -98,6 +98,11 @@ pre-push:
files: git diff --name-only --diff-filter=d $(git merge-base origin/master HEAD)..HEAD
glob: '{config/audit_events/types/*.yml,ee/config/audit_events/types/*yml}'
run: bundle exec rake gitlab:audit_event_types:check_docs
+ rubocop:
+ tags: backend style
+ files: git diff --name-only --diff-filter=d $(git merge-base origin/master HEAD)..HEAD
+ glob: '*.{rb,rake}'
+ run: REVEAL_RUBOCOP_TODO=0 bundle exec rubocop --parallel --force-exclusion {files}
scripts:
"merge_conflicts":