Sha256: 93dfe3cd3b97de20fba7f5ddd0669cb90f1b1bcefdd404358483606b2a12c296
Contents?: true
Size: 1.41 KB
Versions: 5
Compression:
Stored size: 1.41 KB
Contents
# This configuration was generated by # `rubocop --auto-gen-config` # on 2019-02-01 13:34:49 -0600 using RuboCop version 0.63.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/AmbiguousRegexpLiteral: Exclude: - 'spec/workflow_service_spec.rb' # Offense count: 1 Lint/UselessAssignment: Exclude: - 'lib/dor/services/workflow_service.rb' # Offense count: 2 Metrics/AbcSize: Max: 22 # Offense count: 1 # Configuration parameters: CountComments. Metrics/ClassLength: Max: 250 # Offense count: 2 # Configuration parameters: CountComments, ExcludedMethods. Metrics/MethodLength: Max: 20 # Offense count: 2 # Configuration parameters: CountKeywordArgs. Metrics/ParameterLists: Max: 6 # Offense count: 1 # Configuration parameters: ExpectMatchingDefinition, Regex, IgnoreExecutableScripts, AllowedAcronyms. # AllowedAcronyms: CLI, DSL, ACL, API, ASCII, CPU, CSS, DNS, EOF, GUID, HTML, HTTP, HTTPS, ID, IP, JSON, LHS, QPS, RAM, RHS, RPC, SLA, SMTP, SQL, SSH, TCP, TLS, TTL, UDP, UI, UID, UUID, URI, URL, UTF8, VM, XML, XMPP, XSRF, XSS Naming/FileName: Exclude: - 'lib/dor-workflow-service.rb' # Offense count: 9 Style/ClassVars: Exclude: - 'lib/dor/services/workflow_service.rb'
Version data entries
5 entries across 5 versions & 1 rubygems