1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-21 21:31:13 +01:00

Add threads config to xsd

This commit is contained in:
m1ke 2022-02-21 10:26:34 +00:00
parent ad91df5ee1
commit 9d78c3e22a

View File

@ -128,6 +128,7 @@
<xs:attribute name="limitMethodComplexity" type="xs:boolean" default="false" />
<xs:attribute name="disableSuppressAll" type="xs:boolean" default="false" />
<xs:attribute name="triggerErrorExits" type="TriggerErrorExitsType" default="default" />
<xs:attribute name="threads" type="xs:integer" />
</xs:complexType>
<xs:complexType name="ProjectFilesType">