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-13 01:46:16 +0300
committerEvan Read <eread@gitlab.com>2020-11-13 01:46:16 +0300
commitcdd20c2bceded5251d47041a7f8dd8795f8e3ff6 (patch)
tree285e71d674a42adb4f0242b1e8faeb1ff8c55e72 /.rubocop.yml
parent1495bb1e6aacd7389155ca48ecaddd221ea0efd7 (diff)
Fix even more 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 5428eba0..1b4ea775 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -5,6 +5,9 @@ inherit_gem:
CodeReuse/ActiveRecord:
Enabled: false
+Layout/LineLength:
+ Enabled: false
+
Rails/RakeEnvironment:
Enabled: false