# This configuration was generated by # `rubocop --auto-gen-config` # on 2020-03-20 13:09:40 +0900 using RuboCop version 0.80.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 Metrics/AbcSize: Max: 38 # Offense count: 1 # Configuration parameters: CountComments, ExcludedMethods. # ExcludedMethods: refine Metrics/BlockLength: Max: 26 # Offense count: 1 Metrics/CyclomaticComplexity: Max: 22 # Offense count: 4 # Configuration parameters: CountComments, ExcludedMethods. Metrics/MethodLength: Max: 64 # Offense count: 1 Metrics/PerceivedComplexity: Max: 10 # Offense count: 1 # Configuration parameters: MinBodyLength. Style/GuardClause: 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