Sha256: 6cf1544d6732867e2a79f43243e77bbae9e5d33722ba4622ca1629c391fd696b
Contents?: true
Size: 1.4 KB
Versions: 11
Compression:
Stored size: 1.4 KB
Contents
# This configuration was generated by # `rubocop --auto-gen-config --auto-gen-only-exclude` # on 2023-08-23 21:27:28 UTC using RuboCop version 1.56.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: AllowedMethods, AllowedPatterns, CountRepeatedAttributes, Max. Metrics/AbcSize: Exclude: - 'lib/dor/workflow/client/connection_factory.rb' - 'lib/dor/workflow/client/queues.rb' # Offense count: 2 # Configuration parameters: CountComments, Max, CountAsOne, AllowedMethods, AllowedPatterns. Metrics/MethodLength: Exclude: - 'lib/dor/workflow/client/connection_factory.rb' - 'lib/dor/workflow/client/queues.rb' # Offense count: 1 # Configuration parameters: Max, CountKeywordArgs, MaxOptionalParameters. Metrics/ParameterLists: Exclude: - 'lib/dor/workflow/client/workflow_routes.rb' # Offense count: 73 # Configuration parameters: AssignmentOnly. RSpec/InstanceVariable: Exclude: - 'spec/dor/workflow/client_spec.rb' # Offense count: 7 # Configuration parameters: IgnoreNameless, IgnoreSymbolicNames. RSpec/VerifiedDoubles: Exclude: - 'spec/dor/workflow/client/connection_factory_spec.rb' - 'spec/dor/workflow/client_spec.rb'
Version data entries
11 entries across 11 versions & 1 rubygems