DataGrip 2021.1 Help

Code Inspections in RELAX NG

This topic lists all DataGrip code inspections available in RELAX NG.

You can toggle specific inspections or change their severity level on the Editor | Inspections page of the IDE settings Ctrl+Alt+S.

InspectionDescriptionDefault Severity
Unresolved reference

Reports an unresolved reference to a named pattern (define) in RELAX-NG files that use XML syntax. Suggests creating the referenced define element.

Error Error
Unused define

Reports an unused named pattern (define) in a RELAX-NG file (XML or Compact Syntax). define elements that are used through an include in another file are ignored.

Disabled
Last modified: 07 July 2021