Skip to content

Commit 091a213

Browse files
authored
Create custom.rules.yaml
1 parent a5c6ce9 commit 091a213

1 file changed

Lines changed: 29 additions & 0 deletions

File tree

custom.rules.yaml

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# This is the minimal rule series
2+
3+
- action: parse
4+
name: parse-fhir-resources
5+
status: "Checking if all FHIR Resource files can be parsed"
6+
files:
7+
- /**/*.json
8+
- "!package.json"
9+
- "!*.*"
10+
- "!.github/*.*"
11+
- "!documents/*.*"
12+
- "!Diagrams/*.*"
13+
14+
- name: resource-validation
15+
status: "Validating resources against the FHIR standard and their profiles"
16+
action: validate
17+
category: Resource
18+
suppress:
19+
- 6005
20+
- eld-16
21+
- ref-1
22+
23+
- action: unique
24+
name: unique-canonicals
25+
status: "Checking if all StructureDefinitions have a unique canonical"
26+
category: StructureDefinition
27+
unique: url
28+
29+
- include: manifest

0 commit comments

Comments
 (0)