1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-26 20:34:47 +01:00

Add missing config options

This commit is contained in:
Brown 2019-04-22 11:32:06 -04:00
parent d1f4622a80
commit cf5fb43a66

View File

@ -50,6 +50,8 @@
<xs:attribute name="errorBaseline" type="xs:string" />
<xs:attribute name="findUnusedCode" type="xs:string" />
<xs:attribute name="findUnusedVariablesAndParams" type="xs:string" />
<xs:attribute name="parseSql" type="xs:string" />
<xs:attribute name="maxStringLength" type="xs:string" />
</xs:complexType>
<xs:complexType name="ProjectFilesType">