diff options
author | Robert Speicher <rspeicher@gmail.com> | 2016-10-03 16:09:57 +0200 |
---|---|---|
committer | Robert Speicher <rspeicher@gmail.com> | 2016-10-03 16:09:57 +0200 |
commit | 4a191c83d1db31aac16241dbf99ac45088efb99a (patch) | |
tree | c5035e58f55263a2d59a8b5cb606326056a13a58 /.rubocop_todo.yml | |
parent | dfb9cab828a11cf00522734d11c2472e8b540b5c (diff) | |
download | gitlab-ce-4a191c83d1db31aac16241dbf99ac45088efb99a.tar.gz |
Enable Lint/StringConversionInInterpolation cop and autocorrect offensesrs-string-conversion-in-interpolation
Diffstat (limited to '.rubocop_todo.yml')
-rw-r--r-- | .rubocop_todo.yml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 87520c67dd5..b6ed6e33397 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -27,11 +27,6 @@ Lint/Loop: Lint/ShadowingOuterLocalVariable: Enabled: false -# Offense count: 6 -# Cop supports --auto-correct. -Lint/StringConversionInInterpolation: - Enabled: false - # Offense count: 49 # Cop supports --auto-correct. # Configuration parameters: IgnoreEmptyBlocks, AllowUnusedKeywordArguments. |