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

gitlab.com/gitlab-org/gitlab-docs.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.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/lefthook.yml b/lefthook.yml
index e8f37766..14266e66 100644
--- a/lefthook.yml
+++ b/lefthook.yml
@@ -10,6 +10,8 @@ pre-push:
run: make eslint-tests
prettier-tests:
run: make prettier-tests
+ rubocop-tests:
+ run: make rubocop-tests
stylelint-tests:
run: make stylelint-tests
hadolint-tests: