Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouwe Maan <douwe@selenight.nl>2017-02-22 03:35:45 +0300
committerDouwe Maan <douwe@selenight.nl>2017-02-23 18:31:57 +0300
commit8df3eb6648a561e6f4695bbd78077a369aa4b48f (patch)
tree75233ea26f345a22977b2f0917848fb0df50736e /.rubocop.yml
parentb3c514eed9d1914fbeb63a616f70b657054d0531 (diff)
Disable Rails/OutputSafety
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 c10a46d344b..c81e7eb37b6 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -935,6 +935,9 @@ Rails/DynamicFindBy:
Rails/HttpPositionalArguments:
Enabled: false
+Rails/OutputSafety:
+ Enabled: false
+
Rails/TimeZone:
Enabled: false