Sha256: 1c04dad451a35af08dcd38700f6e99ae1ffc3e90c6f0567e6a67f803e5d91d34

Contents?: true

Size: 510 Bytes

Versions: 4

Compression:

Stored size: 510 Bytes

Contents

inherit_from: .rubocop_todo.yml
AllCops:
  TargetRubyVersion: 2.4
  Exclude:
    - 'test/**/*'
    - 'spec/**/*'
    - 'lib/fhir_models/fhir/**/*'
    - 'lib/fhir_models/fhirpath/evaluate.rb'
    - 'lib/**/*.rake'
    - 'tmp/**/*'
    - '*.gemspec'
    - 'bin/*'
Layout/LineLength:
  Enabled: false
Style/FrozenStringLiteralComment:
  Enabled: false
Style/HashEachMethods:
  Enabled: true
Style/HashTransformKeys:
  Enabled: true
Style/HashTransformValues:
  Enabled: true
inherit_mode:
  merge:
    - Exclude

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
fhir_models-4.2.2 .rubocop.yml
fhir_models-4.2.1 .rubocop.yml
fhir_models-4.2.0 .rubocop.yml
fhir_models-4.1.2 .rubocop.yml