Sha256: 5740fb47d721e2146049e9be11ff9d25ac6b9d5d4ab06aa56257a4e49c7506ba

Contents?: true

Size: 364 Bytes

Versions: 3

Compression:

Stored size: 364 Bytes

Contents

inherit_from: .rubocop_todo.yml
AllCops:
  TargetRubyVersion: 2.4
  Exclude:
    - 'test/**/*'
    - 'spec/**/*'
    - 'lib/fhir_dstu2_models/fhir/**/*'
    - 'lib/fhir_dstu2_models/fluentpath/evaluate.rb'
    - 'tmp/**/*'
    - '*.gemspec'
    - 'bin/*'
    - 'vendor/**/*'
Metrics/LineLength:
  Enabled: false

Style/FrozenStringLiteralComment:
  Enabled: false

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
fhir_dstu2_models-1.0.10 .rubocop.yml
fhir_dstu2_models-1.0.9 .rubocop.yml
fhir_dstu2_models-1.0.8 .rubocop.yml