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-05-16 10:10:06 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2022-05-16 10:10:06 +0300
commit9f5a1b454c2aa3910cab0b7c22a0127c584f10e8 (patch)
treed0f5f4035e0f6aef922a0b8c62f6f35c19887b61 /.rubocop.yml
parentc58f03176bd78ad6dc48f696808327416ff50cf2 (diff)
Document why Rails/RakeEnvironment Rubocop cop is disabled
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index 01d8fb19..23504765 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -11,6 +11,7 @@ Layout/LineLength:
Naming/FileName:
Enabled: false
+# Project is not a Rails project
Rails/RakeEnvironment:
Enabled: false