-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathcustom.rules.yaml
More file actions
33 lines (30 loc) · 848 Bytes
/
custom.rules.yaml
File metadata and controls
33 lines (30 loc) · 848 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
- action: parse
name: parse-fhir-resources
status: "Checking if all FHIR Resource files can be parsed"
files:
- /**/*.json
- "!package.json"
- "!*.*"
- "!.github/*.*"
- "!documents/*.*"
- "!Diagrams/*.*"
- name: resource-validation
status: "Validating resources against the FHIR standard and their profiles"
action: validate
category: Resource
suppress:
- 6005
- eld-16
- ref-1
- dom-6
- 1012 #ref-1
- 4005 #dom-6
- CONFIG #errors in dependencies e.g. loops, outdated, pre-release
- 6006 #failure to contact term service
- 1030 #reference loop
- action: unique
name: unique-canonicals
status: "Checking if all StructureDefinitions have a unique canonical"
category: StructureDefinition
unique: url
# - include: manifest