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:
authorEvan Read <eread@gitlab.com>2023-03-22 19:04:10 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2023-03-22 19:04:10 +0300
commit7a905a69d816a152493d5258eb37dec7f1e6e8e0 (patch)
tree709ec8eca8cc64eedee3f1808c350626db78eebc /lefthook.yml
parentcbc7418b830fc21688807108b92970a2a6ade952 (diff)
Run RuboCop testing in pipelines and commit hooks
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: