mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 14:23:28 +07:00
xslt: add language to inspection declarations
GitOrigin-RevId: 8de95a76acd2e3c6ea7d1d1671221c01453a90ee
This commit is contained in:
committed by
intellij-monorepo-bot
parent
1ab4bd7388
commit
aba616804c
@@ -103,13 +103,13 @@
|
||||
|
||||
<extendWordSelectionHandler implementation="org.intellij.lang.xpath.XPathStringLiteralSelectioner"/>
|
||||
|
||||
<localInspection shortName="XsltUnusedDeclaration" displayName="Unused variable/parameter" groupName="XSLT" enabledByDefault="true"
|
||||
<localInspection language="XML" shortName="XsltUnusedDeclaration" displayName="Unused variable/parameter" groupName="XSLT" enabledByDefault="true"
|
||||
level="WARNING" implementationClass="org.intellij.lang.xpath.xslt.validation.inspections.UnusedElementInspection"/>
|
||||
<localInspection shortName="XsltTemplateInvocation" displayName="Template invocation problems" groupName="XSLT" enabledByDefault="true"
|
||||
<localInspection language="XML" shortName="XsltTemplateInvocation" displayName="Template invocation problems" groupName="XSLT" enabledByDefault="true"
|
||||
level="ERROR" implementationClass="org.intellij.lang.xpath.xslt.validation.inspections.TemplateInvocationInspection"/>
|
||||
<localInspection shortName="XsltDeclarations" displayName="Declaration problems" groupName="XSLT" enabledByDefault="true" level="ERROR"
|
||||
<localInspection language="XML" shortName="XsltDeclarations" displayName="Declaration problems" groupName="XSLT" enabledByDefault="true" level="ERROR"
|
||||
implementationClass="org.intellij.lang.xpath.xslt.validation.inspections.XsltDeclarationInspection"/>
|
||||
<localInspection shortName="XsltVariableShadowing" displayName="Variable shadowing" groupName="XSLT" enabledByDefault="true"
|
||||
<localInspection language="XML" shortName="XsltVariableShadowing" displayName="Variable shadowing" groupName="XSLT" enabledByDefault="true"
|
||||
level="WARNING" implementationClass="org.intellij.lang.xpath.xslt.validation.inspections.VariableShadowingInspection"/>
|
||||
|
||||
<intentionAction>
|
||||
|
||||
Reference in New Issue
Block a user