Sha256: ad6c0a7552f25e77b1f60f12585c3cd99195a2db78068a1de19e22d3c4a1b013

Contents?: true

Size: 909 Bytes

Versions: 4

Compression:

Stored size: 909 Bytes

Contents

# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2024-02-01 01:06:41 UTC using RuboCop version 1.60.2.
# 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
# Configuration parameters: AllowedParentClasses.
Lint/MissingSuper:
  Exclude:
    - 'lib/bcdd/process.rb'

# Offense count: 1
# Configuration parameters: AllowedMethods, AllowedPatterns, CountRepeatedAttributes.
Metrics/AbcSize:
  Max: 20

# Offense count: 1
# Configuration parameters: AllowedMethods, AllowedPatterns.
Metrics/CyclomaticComplexity:
  Max: 8

# Offense count: 1
# Configuration parameters: CountComments, CountAsOne, AllowedMethods, AllowedPatterns.
Metrics/MethodLength:
  Max: 13

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
bcdd-process-0.4.0 .rubocop_todo.yml
bcdd-process-0.3.1 .rubocop_todo.yml
bcdd-process-0.3.0 .rubocop_todo.yml
bcdd-process-0.2.0 .rubocop_todo.yml