# This configuration was generated by # `rubocop --auto-gen-config` # on 2021-03-28 13:34:27 UTC using RuboCop version 1.10.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: 1 # Cop supports --auto-correct. # Configuration parameters: AutoCorrect, AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns. # URISchemes: http, https Layout/LineLength: Max: 104 # Offense count: 9 # Configuration parameters: IgnoredMethods, CountRepeatedAttributes. Metrics/AbcSize: Max: 67 # Offense count: 2 # Configuration parameters: CountComments, CountAsOne. Metrics/ClassLength: Max: 121 # Offense count: 7 # Configuration parameters: IgnoredMethods. Metrics/CyclomaticComplexity: Max: 12 # Offense count: 24 # Configuration parameters: CountComments, CountAsOne, ExcludedMethods, IgnoredMethods. Metrics/MethodLength: Max: 57 # Offense count: 5 # Configuration parameters: IgnoredMethods. Metrics/PerceivedComplexity: Max: 13 # Offense count: 1 # Configuration parameters: EnforcedStyleForLeadingUnderscores. # SupportedStylesForLeadingUnderscores: disallowed, required, optional Naming/MemoizedInstanceVariableName: Exclude: - 'lib/fusuma/plugin/detectors/detector.rb' # Offense count: 3 Style/Documentation: Exclude: - 'spec/**/*' - 'test/**/*' - 'lib/fusuma/plugin/detectors/pinch_detector.rb' - 'lib/fusuma/plugin/detectors/rotate_detector.rb' - 'lib/fusuma/plugin/detectors/swipe_detector.rb'