summaryrefslogtreecommitdiff
path: root/spec/ruby/.rubocop_todo.yml
diff options
context:
space:
mode:
Diffstat (limited to 'spec/ruby/.rubocop_todo.yml')
-rw-r--r--spec/ruby/.rubocop_todo.yml10
1 files changed, 2 insertions, 8 deletions
diff --git a/spec/ruby/.rubocop_todo.yml b/spec/ruby/.rubocop_todo.yml
index 1d68068121..05ce1e9af8 100644
--- a/spec/ruby/.rubocop_todo.yml
+++ b/spec/ruby/.rubocop_todo.yml
@@ -6,14 +6,6 @@
# Note that changes in the inspected code, or installation of new
# versions of RuboCop, may require this file to be generated again.
-# Offense count: 6
-Lint/AmbiguousBlockAssociation:
- Exclude:
- - 'core/kernel/trace_var_spec.rb'
- - 'language/fixtures/argv_encoding.rb'
- - 'language/fixtures/break.rb'
- - 'shared/process/abort.rb'
-
# Offense count: 3
Lint/CircularArgumentReference:
Exclude:
@@ -57,6 +49,8 @@ Lint/FormatParameterMismatch:
Exclude:
- 'core/kernel/sprintf_spec.rb'
- 'core/string/modulo_spec.rb'
+ - 'core/kernel/shared/sprintf.rb'
+ - 'core/kernel/shared/sprintf_encoding.rb'
# Offense count: 25
Lint/HandleExceptions: