summaryrefslogtreecommitdiff
path: root/.rubocop_todo.yml
diff options
context:
space:
mode:
authorSamuel Giddins <segiddins@segiddins.me>2016-01-14 16:34:08 -0600
committerSamuel Giddins <segiddins@segiddins.me>2016-01-31 22:21:13 -0600
commitb1afbe3a2ff7623c9a0e8504bc85af4bd8156059 (patch)
tree832de2112b4c7a44d081302eec030c74448c3712 /.rubocop_todo.yml
parent8b64c9785abfcdafe1e8420f61d51e924ba434a1 (diff)
downloadbundler-b1afbe3a2ff7623c9a0e8504bc85af4bd8156059.tar.gz
[RuboCop] Fix Style/MutableConstant
Diffstat (limited to '.rubocop_todo.yml')
-rw-r--r--.rubocop_todo.yml15
1 files changed, 0 insertions, 15 deletions
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml
index 13189d9c44..8911c030e3 100644
--- a/.rubocop_todo.yml
+++ b/.rubocop_todo.yml
@@ -183,21 +183,6 @@ Style/ModuleFunction:
Style/MultilineMethodCallIndentation:
Enabled: false
-# Offense count: 24
-# Cop supports --auto-correct.
-Style/MutableConstant:
- Exclude:
- - 'lib/bundler/cli.rb'
- - 'lib/bundler/cli/gem.rb'
- - 'lib/bundler/fetcher.rb'
- - 'lib/bundler/gem_helpers.rb'
- - 'lib/bundler/lockfile_parser.rb'
- - 'lib/bundler/runtime.rb'
- - 'lib/bundler/settings.rb'
- - 'lib/bundler/source/path.rb'
- - 'lib/bundler/ui/shell.rb'
- - 'lib/bundler/version.rb'
-
# Offense count: 8
Style/NestedParenthesizedCalls:
Exclude: