Sha256: 90e827db5eaa1b319bc2bee72bd66d92e94a20c812e65c384ee5e3859d7ceec3
Contents?: true
Size: 990 Bytes
Versions: 17
Compression:
Stored size: 990 Bytes
Contents
# This configuration was generated by # `rubocop --auto-gen-config` # on 2021-03-17 17:24:07 UTC using RuboCop version 1.11.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: 2 # Configuration parameters: IgnoredMethods, CountRepeatedAttributes. Metrics/AbcSize: Max: 22 # Offense count: 1 # Configuration parameters: CountComments, CountAsOne, ExcludedMethods, IgnoredMethods. Metrics/MethodLength: Max: 11 # Offense count: 1 Style/Documentation: Exclude: - 'spec/**/*' - 'test/**/*' - 'lib/dor/services/client.rb' # Offense count: 77 # Cop supports --auto-correct. # Configuration parameters: AutoCorrect, AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns. # URISchemes: http, https Layout/LineLength: Max: 164
Version data entries
17 entries across 17 versions & 1 rubygems