Skip to content

Commit

Permalink
Add capability to use inclusion files in a different directory for pl…
Browse files Browse the repository at this point in the history
…ugins and issueHandlers
  • Loading branch information
gmessier committed Aug 11, 2022
1 parent ffc8c80 commit ca3d099
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config.xsd
Expand Up @@ -186,7 +186,7 @@
</xs:complexType>
</xs:element>
</xs:choice>
<xs:anyAttribute/>
<xs:anyAttribute processContents="skip"/>
</xs:complexType>

<xs:complexType name="IssueHandlersType">
Expand Down Expand Up @@ -482,7 +482,7 @@
<xs:element name="UnusedReturnValue" type="IssueHandlerType" minOccurs="0" />
<xs:element name="UnusedVariable" type="IssueHandlerType" minOccurs="0" />
</xs:choice>
<xs:anyAttribute/>
<xs:anyAttribute processContents="skip"/>
</xs:complexType>

<xs:complexType name="IssueHandlerType">
Expand Down

0 comments on commit ca3d099

Please sign in to comment.