Skip to content

Commit

Permalink
Add advisor to suppress Java validator issues
Browse files Browse the repository at this point in the history
  • Loading branch information
alexzautke committed Dec 16, 2024
1 parent 07f1fd0 commit e2295e6
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions advisor.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"suppress" : [
"SD_PATH_SLICING_DEPRECATED",
"TYPE_SPECIFIC_CHECKS_DT_CANONICAL_RESOLVE@CapabilityStatement.implementationGuide",
"http://hl7.org/fhir/StructureDefinition/DomainResource#dom-6",
"[email protected]",
"[email protected]",
"[email protected]",
"This_element_does_not_match_any_known_slice_"
]
}

0 comments on commit e2295e6

Please sign in to comment.