# This configuration was generated by # `rubocop --auto-gen-config --auto-gen-only-exclude` # on 2022-01-14 01:12:44 UTC using RuboCop version 1.24.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: 2 # Configuration parameters: IgnoredMethods, CountRepeatedAttributes, Max. Metrics/AbcSize: Exclude: - 'lib/dor/services/client/marcxml.rb' # Offense count: 1 # Configuration parameters: CountComments, Max, CountAsOne, ExcludedMethods, IgnoredMethods. Metrics/MethodLength: Exclude: - 'lib/dor/services/client/transfer.rb' # Offense count: 4 RSpec/AnyInstance: Exclude: - 'spec/dor/services/client/async_result_spec.rb' - 'spec/dor/services/client/metadata_spec.rb' - 'spec/dor/services/client/object_version_spec.rb' # Offense count: 1 # Configuration parameters: Max, CountAsOne. RSpec/ExampleLength: Exclude: - 'spec/dor/services/client/metadata_spec.rb' # Offense count: 6 RSpec/IdenticalEqualityAssertion: Exclude: - 'spec/dor/services/client_spec.rb' # Offense count: 8 # Configuration parameters: Max. RSpec/MultipleExpectations: Exclude: - 'spec/dor/services/client/async_result_spec.rb' - 'spec/dor/services/client/background_job_results_spec.rb' - 'spec/dor/services/client/events_spec.rb' - 'spec/dor/services/client/object_spec.rb' - 'spec/dor/services/client/response_error_formatter_spec.rb' # Offense count: 7 # Configuration parameters: AllowSubject, Max. RSpec/MultipleMemoizedHelpers: Exclude: - 'spec/dor/services/client/objects_spec.rb' # Offense count: 1 # Cop supports --auto-correct. RSpec/MultipleSubjects: Exclude: - 'spec/dor/services/client/object_spec.rb' # Offense count: 13 # Configuration parameters: Max. RSpec/NestedGroups: Exclude: - 'spec/dor/services/client/accession_spec.rb' - 'spec/dor/services/client/background_job_results_spec.rb' - 'spec/dor/services/client/metadata_spec.rb' - 'spec/dor/services/client/objects_spec.rb' - 'spec/dor/services/client_spec.rb' # Offense count: 4 RSpec/RepeatedDescription: Exclude: - 'spec/dor/services/client/object_spec.rb' # Offense count: 3 # Configuration parameters: IgnoreNameless, IgnoreSymbolicNames. RSpec/VerifiedDoubles: Exclude: - 'spec/dor/services/client/response_error_formatter_spec.rb' # Offense count: 1 # Configuration parameters: AllowedConstants. Style/Documentation: Exclude: - 'spec/**/*' - 'test/**/*' - 'lib/dor/services/client.rb' # Offense count: 77 # Cop supports --auto-correct. # Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns. # URISchemes: http, https Layout/LineLength: Max: 164