Skip to content

Commit

Permalink
Merge pull request #8402 from gmessier/master
Browse files Browse the repository at this point in the history
Add capability to use inclusion files in a different directory (fix)
  • Loading branch information
orklah committed Aug 11, 2022
2 parents ffc8c80 + ca3d099 commit f315647
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 f315647

Please sign in to comment.