summaryrefslogtreecommitdiff
path: root/.rubocop_todo.yml
diff options
context:
space:
mode:
Diffstat (limited to '.rubocop_todo.yml')
-rw-r--r--.rubocop_todo.yml13
1 files changed, 0 insertions, 13 deletions
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml
index 013f193f74..9d99727107 100644
--- a/.rubocop_todo.yml
+++ b/.rubocop_todo.yml
@@ -473,19 +473,6 @@ Style/MultilineIfModifier:
- 'lib/bundler/runtime.rb'
- 'lib/bundler/source/rubygems.rb'
-# Offense count: 10
-# Cop supports --auto-correct.
-# Configuration parameters: EnforcedStyle.
-# SupportedStyles: literals, strict
-Style/MutableConstant:
- Exclude:
- - 'lib/bundler/cli/doctor.rb'
- - 'lib/bundler/lockfile_parser.rb'
- - 'lib/bundler/ruby_version.rb'
- - 'lib/bundler/settings.rb'
- - 'lib/bundler/yaml_serializer.rb'
- - 'spec/support/matchers.rb'
-
# Offense count: 3
# Cop supports --auto-correct.
# Configuration parameters: AutoCorrect, EnforcedStyle, IgnoredMethods.