.rubocop_todo.yml in fusuma-plugin-tap-0.1.0 vs .rubocop_todo.yml in fusuma-plugin-tap-0.1.1

- old
+ new

@@ -1,49 +1,55 @@ # This configuration was generated by # `rubocop --auto-gen-config` -# on 2020-03-20 13:09:40 +0900 using RuboCop version 0.80.0. +# on 2020-04-20 01:40:44 +0900 using RuboCop version 0.82.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 # versions of RuboCop, may require this file to be generated again. -# Offense count: 3 +# Offense count: 1 +# Cop supports --auto-correct. +# Configuration parameters: TreatCommentsAsGroupSeparators, Include. +# Include: **/*.gemspec +Gemspec/OrderedDependencies: + Exclude: + - 'fusuma-plugin-tap.gemspec' + +# Offense count: 1 +# Configuration parameters: Include. +# Include: **/*.gemspec +Gemspec/RequiredRubyVersion: + Exclude: + - 'fusuma-plugin-tap.gemspec' + +# Offense count: 5 +# Configuration parameters: IgnoredMethods. Metrics/AbcSize: Max: 38 # Offense count: 1 # Configuration parameters: CountComments, ExcludedMethods. # ExcludedMethods: refine Metrics/BlockLength: - Max: 26 + Max: 33 # Offense count: 1 +# Configuration parameters: IgnoredMethods. Metrics/CyclomaticComplexity: Max: 22 -# Offense count: 4 +# Offense count: 5 # Configuration parameters: CountComments, ExcludedMethods. Metrics/MethodLength: - Max: 64 + Max: 45 # Offense count: 1 +# Configuration parameters: IgnoredMethods. Metrics/PerceivedComplexity: Max: 10 # Offense count: 1 -# Configuration parameters: MinBodyLength. -Style/GuardClause: +Style/Documentation: Exclude: - - 'lib/fusuma/plugin/detectors/tap_detector.rb' - -# Offense count: 3 -# Cop supports --auto-correct. -Style/IfUnlessModifier: - Exclude: - - 'lib/fusuma/plugin/detectors/tap_detector.rb' - -# Offense count: 32 -# Cop supports --auto-correct. -# Configuration parameters: AutoCorrect, AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns. -# URISchemes: http, https -Layout/LineLength: - Max: 135 + - 'spec/**/*' + - 'test/**/*' + - 'bin/evemu_recorder.rb'