diff options
author | Erick Sasse <esasse@gmail.com> | 2015-10-03 22:23:50 -0700 |
---|---|---|
committer | Erick Sasse <esasse@gmail.com> | 2015-10-03 22:23:50 -0700 |
commit | 8131317c649c2452596cc0663ac9a40cf7c9f448 (patch) | |
tree | 6b60ae54f9dcddb22a2b2f2800f3dc398a41d157 /.rubocop_todo.yml | |
parent | e833ef9b2b22dcc966e6dbf81df7198dae9988ce (diff) | |
download | bundler-8131317c649c2452596cc0663ac9a40cf7c9f448.tar.gz |
Fix Style/SpaceInsideStringInterpolation
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 28d03d7693..21792ca621 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -175,8 +175,3 @@ Style/SingleLineBlockParams: # Configuration parameters: EnforcedStyle, SupportedStyles. Style/SpaceAroundEqualsInParameterDefault: Enabled: false - -# Offense count: 4 -# Cop supports --auto-correct. -Style/SpaceInsideStringInterpolation: - Enabled: false |