Sha256: 5af1af033745da1eb5bac7d4aa8bba3fa1589d228abc1808a923015d2e015a78

Contents?: true

Size: 481 Bytes

Versions: 5

Compression:

Stored size: 481 Bytes

Contents

AllCops:
  Exclude:
  - 'vendor/**/*'
  TargetRubyVersion: 2.1

Layout/EmptyLineAfterMagicComment:
  Enabled: false

Lint/EndAlignment:
  Enabled: true
  EnforcedStyleAlignWith: variable

Metrics/AbcSize:
  Max: 20

Metrics/ClassLength:
  Exclude:
  - 'test/**/*'
  Max: 150

Metrics/LineLength:
  Max: 100
  AllowURI: true
  URISchemes:
  - http
  - https

Metrics/MethodLength:
  Max: 20

# When support for Ruby < 2.3 is dropped, re-enable
Style/IndentHeredoc:
  Enabled: false

Version data entries

5 entries across 5 versions & 4 rubygems

Version Path
fluent-plugin-nuopenlineage-light-0.1.0 vendor/bundle/ruby/3.3.0/gems/thermite-0.13.0/.rubocop.yml
fluent-plugin-openlineage-light-0.1.4 vendor/bundle/ruby/3.3.0/gems/thermite-0.13.0/.rubocop.yml
fluent-plugin-openlineage-light-0.1.3 vendor/bundle/ruby/3.3.0/gems/thermite-0.13.0/.rubocop.yml
fluent-plugin-openlineage-0.1.0 vendor/bundle/ruby/3.3.0/gems/thermite-0.13.0/.rubocop.yml
thermite-0.13.0 .rubocop.yml