Skip to content

Commit

Permalink
Add MN FHIR example to send to RS for final delivery (#809)
Browse files Browse the repository at this point in the history
* Increased maxkb for large files pre-commit check to 2000 kb

* Added transformed fhir example and renamed MN files to clarify point in flow

* Updated readme links to modified files
  • Loading branch information
basiliskus authored Jan 30, 2024
1 parent 782b7cd commit 2f56178
Show file tree
Hide file tree
Showing 5 changed files with 27,719 additions and 9 deletions.
14 changes: 7 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ repos:
rev: v4.3.0
hooks:
- id: check-added-large-files
args: ['--maxkb=700']
args: ["--maxkb=2000"]
- id: check-merge-conflict
- id: check-json
- id: check-shebang-scripts-are-executable
Expand All @@ -15,12 +15,12 @@ repos:
- id: no-commit-to-branch
- id: trailing-whitespace

- repo: https://github.com/Yelp/detect-secrets
rev: v1.4.0
hooks:
- id: detect-secrets
args: ['--baseline', '.secrets.baseline']
exclude: (mock_credentials|.+\/JjwtEngine.java)
- repo: https://github.com/Yelp/detect-secrets
rev: v1.4.0
hooks:
- id: detect-secrets
args: ["--baseline", ".secrets.baseline"]
exclude: (mock_credentials|.+\/JjwtEngine.java)

- repo: local
hooks:
Expand Down
File renamed without changes.
Loading

0 comments on commit 2f56178

Please sign in to comment.