# This configuration was generated by # `rubocop --auto-gen-config` # on 2017-02-09 21:30:53 -0800 using RuboCop version 0.47.1. # 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 Lint/AmbiguousOperator: Exclude: - 'lib/percy/cli.rb' # Offense count: 4 Metrics/AbcSize: Max: 81 # Offense count: 4 # Configuration parameters: CountComments, ExcludedMethods. Metrics/BlockLength: Max: 139 # Offense count: 1 Metrics/CyclomaticComplexity: Max: 12 # Offense count: 5 # Configuration parameters: CountComments. Metrics/MethodLength: Max: 61 # Offense count: 1 # Configuration parameters: CountComments. Metrics/ModuleLength: Max: 159 # Offense count: 1 Metrics/PerceivedComplexity: Max: 12 # Offense count: 6 # Configuration parameters: Max. RSpec/ExampleLength: Exclude: - 'spec/percy/cli/snapshot_spec.rb' # Offense count: 11 RSpec/MultipleExpectations: Max: 6 # Offense count: 1 # Configuration parameters: AllowedVariables. Style/GlobalVars: Exclude: - 'lib/percy/cli.rb' # Offense count: 2 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle, SupportedStyles, AllowInnerSlashes. # SupportedStyles: slashes, percent_r, mixed Style/RegexpLiteral: Exclude: - 'lib/percy/cli/snapshot.rb'