Sha256: 0323b9287e3e3441bbc07b8c46de0a1c170d88a38ffb6a241a3d0b4baae426c9

Contents?: true

Size: 1.41 KB

Versions: 1

Compression:

Stored size: 1.41 KB

Contents

# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2019-04-04 15:30:18 -0500 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: 1
Metrics/AbcSize:
  Max: 22

# Offense count: 1
# Configuration parameters: CountComments.
Metrics/ClassLength:
  Max: 307

# Offense count: 3
# Configuration parameters: CountComments, ExcludedMethods.
Metrics/MethodLength:
  Max: 13

# 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: 8
Style/ClassVars:
  Exclude:
    - 'lib/dor/services/workflow_service.rb'

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
dor-workflow-service-2.12.0 .rubocop_todo.yml