summaryrefslogtreecommitdiff
path: root/.rubocop_todo.yml
diff options
context:
space:
mode:
authorSamuel Giddins <segiddins@segiddins.me>2016-01-31 11:29:09 -0600
committerSamuel Giddins <segiddins@segiddins.me>2016-01-31 22:22:06 -0600
commit7ae072865e3fc23d9844322dde6ad0f6906e3f2c (patch)
tree2133b2f27e243af2d8beda66f19b2f1086685a0e /.rubocop_todo.yml
parentb1afbe3a2ff7623c9a0e8504bc85af4bd8156059 (diff)
downloadbundler-7ae072865e3fc23d9844322dde6ad0f6906e3f2c.tar.gz
Compatibility with frozen string literals
Diffstat (limited to '.rubocop_todo.yml')
-rw-r--r--.rubocop_todo.yml9
1 files changed, 0 insertions, 9 deletions
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml
index 8911c030e3..3ee0c03b15 100644
--- a/.rubocop_todo.yml
+++ b/.rubocop_todo.yml
@@ -140,15 +140,6 @@ Style/ExtraSpacing:
Exclude:
- 'lib/bundler/cli.rb'
-# Offense count: 2
-# Cop supports --auto-correct.
-# Configuration parameters: EnforcedStyle, SupportedStyles.
-# SupportedStyles: when_needed, always
-Style/FrozenStringLiteralComment:
- Exclude:
- - 'lib/bundler/index.rb'
- - 'spec/runtime/inline_spec.rb'
-
# Offense count: 4
# Configuration parameters: AllowedVariables.
Style/GlobalVars: