Sha256: f2cfdad2ae26a11d7c26a4e74412c70e0231ec5a60860d37e4ce153f5229309d

Contents?: true

Size: 998 Bytes

Versions: 2

Compression:

Stored size: 998 Bytes

Contents

# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2023-12-28 16:04:34 UTC using RuboCop version 1.59.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: 1
Lint/MixedRegexpCaptureTypes:
  Exclude:
    - 'lib/jets_gem_layer/build_env/build_layer.rb'

Metrics/AbcSize:
  Exclude:
    - 'lib/jets_gem_layer/build_env/build_layer.rb'

Metrics/CyclomaticComplexity:
  Exclude:
    - 'lib/jets_gem_layer/build_env/build_layer.rb'

Metrics/MethodLength:
  Exclude:
    - 'lib/jets_gem_layer/build_env/build_layer.rb'

Metrics/PerceivedComplexity:
  Exclude:
    - 'lib/jets_gem_layer/build_env/build_layer.rb'

# Offense count: 2
# Configuration parameters: AllowedConstants.
Style/Documentation:
  Enabled: false

Metrics/ClassLength:
  Enabled: false

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
jets_gem_layer-1.0.0 .rubocop_todo.yml
jets_gem_layer-0.1 .rubocop_todo.yml