diff options
author | Douwe Maan <douwe@selenight.nl> | 2017-02-21 18:35:45 -0600 |
---|---|---|
committer | Douwe Maan <douwe@selenight.nl> | 2017-02-23 09:31:57 -0600 |
commit | 8df3eb6648a561e6f4695bbd78077a369aa4b48f (patch) | |
tree | 75233ea26f345a22977b2f0917848fb0df50736e /.rubocop.yml | |
parent | b3c514eed9d1914fbeb63a616f70b657054d0531 (diff) | |
download | gitlab-ce-8df3eb6648a561e6f4695bbd78077a369aa4b48f.tar.gz |
Disable Rails/OutputSafety
Diffstat (limited to '.rubocop.yml')
-rw-r--r-- | .rubocop.yml | 3 |
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 |