Sha256: 83811903c59cae068fe3eb528a84d1fd7fa01e266512942c10042b82f6bc4c20

Contents?: true

Size: 522 Bytes

Versions: 6

Compression:

Stored size: 522 Bytes

Contents

inherit_from: .rubocop_todo.yml
AllCops:
  TargetRubyVersion: 2.7
  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/FrozenStringLiteralComment:
  Enabled: false
Style/HashEachMethods:
  Enabled: true
Style/HashTransformKeys:
  Enabled: true
Style/HashTransformValues:
  Enabled: true
inherit_mode:
  merge:
    - Exclude

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
fhir_stu3_models-3.1.1 .rubocop.yml
fhir_dstu2_models-1.1.1 .rubocop.yml
fhir_stu3_models-3.1.0 .rubocop.yml
fhir_dstu2_models-1.1.0 .rubocop.yml
fhir_dstu2_models-1.0.11 .rubocop.yml
fhir_stu3_models-3.0.2 .rubocop.yml