diff options
author | eregon <eregon@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2017-12-01 15:41:50 +0000 |
---|---|---|
committer | eregon <eregon@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2017-12-01 15:41:50 +0000 |
commit | 4d7b0b9112f2adf9e87ef75056f930bf7c1f3dc4 (patch) | |
tree | 8d712e18a619a9720d181d0d44e8cc2474ff31ee /spec/ruby/.rubocop_todo.yml | |
parent | 821d9a2d30f2e0d3f9009dc001b4b49aaa63c66e (diff) | |
download | ruby-4d7b0b9112f2adf9e87ef75056f930bf7c1f3dc4.tar.gz |
Update to ruby/spec@bacedc5
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60973 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'spec/ruby/.rubocop_todo.yml')
-rw-r--r-- | spec/ruby/.rubocop_todo.yml | 10 |
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: |