summaryrefslogtreecommitdiff
path: root/.rubocop.yml
diff options
context:
space:
mode:
authorDouwe Maan <douwe@selenight.nl>2017-02-21 18:35:45 -0600
committerDouwe Maan <douwe@selenight.nl>2017-02-23 09:31:57 -0600
commit8df3eb6648a561e6f4695bbd78077a369aa4b48f (patch)
tree75233ea26f345a22977b2f0917848fb0df50736e /.rubocop.yml
parentb3c514eed9d1914fbeb63a616f70b657054d0531 (diff)
downloadgitlab-ce-8df3eb6648a561e6f4695bbd78077a369aa4b48f.tar.gz
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