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>2022-10-18 16:29:56 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2022-10-18 16:29:56 +0300
commitfa5d47fd2172e3ef8e4551272e8fa2cd818f4972 (patch)
tree2adbd44b21730bc9a76aaf4e7fecb9fdc2db4740 /.rubocop.yml
parent92f10a633d1328d885817f676ceff792b5261eea (diff)
Automatically enable new RuboCop cops
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index 58222779..d6e1e318 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -2,6 +2,9 @@ inherit_gem:
gitlab-styles:
- rubocop-default.yml
+AllCops:
+ NewCops: enable
+
CodeReuse/ActiveRecord:
Enabled: false