Skip to content

Commit

Permalink
Merge pull request #35 from fhir-crucible/bump-version
Browse files Browse the repository at this point in the history
Update version to 1.0.11 to publish licensing metadata.
  • Loading branch information
arscan authored Mar 31, 2021
2 parents 6e84f36 + 13d38cd commit b977945
Show file tree
Hide file tree
Showing 7 changed files with 255 additions and 84 deletions.
1 change: 1 addition & 0 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ engines:
enabled: true
rubocop:
enabled: true
channel: rubocop-0-80
ratings:
paths:
- "**.inc"
Expand Down
20 changes: 14 additions & 6 deletions .rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,25 @@
inherit_from: .rubocop_todo.yml
AllCops:
TargetRubyVersion: 2.4
TargetRubyVersion: 2.7
Exclude:
- 'test/**/*'
- 'spec/**/*'
- 'lib/fhir_dstu2_models/fhir/**/*'
- 'lib/fhir_dstu2_models/fluentpath/evaluate.rb'
- 'lib/fhir_stu3_models/fhir/**/*'
- 'lib/fhir_stu3_models/fluentpath/evaluate.rb'
- 'lib/**/*.rake'
- 'tmp/**/*'
- '*.gemspec'
- 'bin/*'
- 'vendor/**/*'
Metrics/LineLength:
Layout/LineLength:
Enabled: false

Style/FrozenStringLiteralComment:
Enabled: false
Style/HashEachMethods:
Enabled: true
Style/HashTransformKeys:
Enabled: true
Style/HashTransformValues:
Enabled: true
inherit_mode:
merge:
- Exclude
Loading

0 comments on commit b977945

Please sign in to comment.