Sha256: edfbe6befd19fd088249e4517ccb7c355ee572643ca1c2ce40ba81fda0c6b691

Contents?: true

Size: 606 Bytes

Versions: 1

Compression:

Stored size: 606 Bytes

Contents

inherit_from: .rubocop_todo.yml
AllCops:
  TargetRubyVersion: 3.0
  Exclude:
    - 'test/**/*'
    - 'spec/**/*'
    - 'lib/fhir_stu3_models/fhir/**/*'
    - 'lib/fhir_stu3_models/fluentpath/evaluate.rb'
    - 'lib/**/*.rake'
    - 'tmp/**/*'
    - '*.gemspec'
    - 'bin/*'
Layout/LineLength:
  Enabled: false
Style/AccessorGrouping:
  Enabled: false
Style/FrozenStringLiteralComment:
  Enabled: false
Style/HashEachMethods:
  Enabled: true
Style/HashTransformKeys:
  Enabled: true
Style/HashTransformValues:
  Enabled: true
Style/WordArray:
  EnforcedStyle: brackets
inherit_mode:
  merge:
    - Exclude

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fhir_stu3_models-3.2.0 .rubocop.yml