# This configuration was generated by # `rubocop --auto-gen-config` # on 2017-02-08 20:09:02 -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: 8 Metrics/AbcSize: Max: 54 # Offense count: 27 # Configuration parameters: CountComments, ExcludedMethods. Metrics/BlockLength: Max: 300 # Offense count: 1 # Configuration parameters: CountComments. Metrics/ClassLength: Max: 200 # Offense count: 5 Metrics/CyclomaticComplexity: Max: 11 # Offense count: 11 # Configuration parameters: CountComments. Metrics/MethodLength: Max: 57 # Offense count: 2 Metrics/PerceivedComplexity: Max: 12 # Offense count: 43 # Configuration parameters: SkipBlocks. RSpec/DescribedClass: Exclude: - 'spec/lib/percy/capybara/client_spec.rb' - 'spec/lib/percy/capybara/http_fetcher_spec.rb' - 'spec/lib/percy/capybara_spec.rb' # Offense count: 29 # Configuration parameters: Max. RSpec/ExampleLength: Exclude: - 'spec/lib/percy/capybara/client/builds_spec.rb' - 'spec/lib/percy/capybara/client/snapshots_spec.rb' - 'spec/lib/percy/capybara/client_spec.rb' - 'spec/lib/percy/capybara/loaders/base_loader_spec.rb' - 'spec/lib/percy/capybara/loaders/filesystem_loader_spec.rb' - 'spec/lib/percy/capybara/loaders/native_loader_spec.rb' - 'spec/lib/percy/capybara/loaders/sprockets_loader_spec.rb' - 'spec/lib/percy/capybara_spec.rb' # Offense count: 1 # Configuration parameters: AssignmentOnly. RSpec/InstanceVariable: Exclude: - 'spec/lib/percy/capybara_spec.rb' # Offense count: 42 RSpec/MultipleExpectations: Max: 29 # Offense count: 1 # Configuration parameters: Max. RSpec/NestedGroups: Enabled: false # Offense count: 10 # Configuration parameters: IgnoreSymbolicNames. RSpec/VerifiedDoubles: Exclude: - 'spec/lib/percy/capybara/client/builds_spec.rb' - 'spec/lib/percy/capybara/client_spec.rb' - 'spec/lib/percy/capybara/loaders/base_loader_spec.rb' - 'spec/lib/percy/capybara/loaders/sprockets_loader_spec.rb' - 'spec/lib/percy/capybara_spec.rb' - 'spec/support/test_helpers.rb' # Offense count: 1 Style/StructInheritance: Exclude: - 'lib/percy/capybara/httpfetcher.rb'