diff options
author | Douwe Maan <douwe@selenight.nl> | 2017-02-22 16:39:43 -0600 |
---|---|---|
committer | Douwe Maan <douwe@selenight.nl> | 2017-02-23 09:32:42 -0600 |
commit | bdbc7d967a0c3d95d5e4ea19a2a5be41268d3540 (patch) | |
tree | 58899ea2583f1cf5f370f657f584a99d57954c9e /.rubocop_todo.yml | |
parent | 0beba0251ca5bfbbc0c1a60c5b0b44c972f252cd (diff) | |
download | gitlab-ce-bdbc7d967a0c3d95d5e4ea19a2a5be41268d3540.tar.gz |
Revert "Enable Style/BarePercentLiterals"
This reverts commit 96bef54154e669f9a3e92c3a4bc76c0be3a52e48.
Diffstat (limited to '.rubocop_todo.yml')
-rw-r--r-- | .rubocop_todo.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 6cd4e606382..8bc7d568c10 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -63,6 +63,13 @@ Rails/SkipsModelValidations: # Cop supports --auto-correct. Security/YAMLLoad: Enabled: false + +# Offense count: 55 +# Cop supports --auto-correct. +# Configuration parameters: EnforcedStyle, SupportedStyles. +# SupportedStyles: percent_q, bare_percent +Style/BarePercentLiterals: + Enabled: false # Offense count: 6 # Cop supports --auto-correct. |