Sha256: 08b6b3089fd15ee6253fe77657e05a7afd581c88e916e929af04a568519cfa90

Contents?: true

Size: 1.41 KB

Versions: 3

Compression:

Stored size: 1.41 KB

Contents

# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2019-03-12 08:34:30 -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: 257

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

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
dor-workflow-service-2.10.2 .rubocop_todo.yml
dor-workflow-service-2.10.1 .rubocop_todo.yml
dor-workflow-service-2.10.0 .rubocop_todo.yml