From 4fbb9aa3cb6c31ec128bfb31f59efa66d66adba4 Mon Sep 17 00:00:00 2001 From: eregon Date: Sat, 28 Apr 2018 19:50:06 +0000 Subject: Update to ruby/spec@6f38a82 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63293 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- spec/ruby/.rubocop_todo.yml | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) (limited to 'spec/ruby/.rubocop_todo.yml') diff --git a/spec/ruby/.rubocop_todo.yml b/spec/ruby/.rubocop_todo.yml index 5fc8c91a85..9484078c8e 100644 --- a/spec/ruby/.rubocop_todo.yml +++ b/spec/ruby/.rubocop_todo.yml @@ -1,6 +1,6 @@ # This configuration was generated by # `rubocop --auto-gen-config` -# on 2017-12-15 22:14:22 +0900 using RuboCop version 0.52.0. +# on 2018-04-03 22:23:59 +0900 using RuboCop version 0.54.0. # The point is for the user to remove these configuration records # one by one as the offenses are removed from the code base. # Note that changes in the inspected code, or installation of new @@ -20,11 +20,6 @@ Lint/DuplicateMethods: - 'core/unboundmethod/fixtures/classes.rb' - 'fixtures/class.rb' -# Offense count: 4 -Lint/EmptyWhen: - Exclude: - - 'language/case_spec.rb' - # Offense count: 5 Lint/EnsureReturn: Exclude: @@ -43,7 +38,7 @@ Lint/FormatParameterMismatch: - 'core/kernel/shared/sprintf.rb' - 'core/string/modulo_spec.rb' -# Offense count: 28 +# Offense count: 29 Lint/HandleExceptions: Enabled: false @@ -59,7 +54,7 @@ Lint/IneffectiveAccessModifier: - 'core/module/fixtures/classes.rb' - 'language/fixtures/private.rb' -# Offense count: 5 +# Offense count: 6 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle. # SupportedStyles: runtime_error, standard_error @@ -69,13 +64,13 @@ Lint/InheritException: - 'core/exception/fixtures/common.rb' - 'core/module/fixtures/autoload_ex1.rb' -# Offense count: 3 +# Offense count: 5 # Cop supports --auto-correct. Lint/LiteralInInterpolation: Exclude: + - 'core/module/refine_spec.rb' - 'language/defined_spec.rb' - 'language/fixtures/squiggly_heredoc.rb' - - 'core/module/refine_spec.rb' # Offense count: 16 Lint/Loop: @@ -105,7 +100,7 @@ Lint/RedundantWithIndex: Exclude: - 'core/enumerator/with_index_spec.rb' -# Offense count: 24 +# Offense count: 26 Lint/RescueException: Exclude: - 'command_line/fixtures/debug_info.rb' @@ -200,3 +195,9 @@ Lint/UselessAccessModifier: - 'core/module/module_function_spec.rb' - 'core/module/private_class_method_spec.rb' - 'language/fixtures/send.rb' + +# Offense count: 6186 +# Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns. +# URISchemes: http, https +Metrics/LineLength: + Max: 588 -- cgit v1.2.3