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>2020-11-09 05:53:05 +0300
committerEvan Read <eread@gitlab.com>2020-11-09 06:32:56 +0300
commit671d57e11fbb9b75446197289a08f5c972daadcf (patch)
tree67fd8341a0f9cbe947ac5b70f410e1e0aad128f0 /.rubocop.yml
parent15b8f7847b99872392a977754c4fadbff2c0a85d (diff)
Fix some Rakefile rubocop problems
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 9cb085a6..5428eba0 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -5,5 +5,8 @@ inherit_gem:
CodeReuse/ActiveRecord:
Enabled: false
+Rails/RakeEnvironment:
+ Enabled: false
+
Style/FrozenStringLiteralComment:
Enabled: false