Welcome to mirror list, hosted at ThFree Co, Russian Federation.

psalm-ocp.xml - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5574ae0fb5dc18f568cba6e1e00849a6e361a130 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0"?>
<psalm
	errorLevel="4"
	resolveFromConfigFile="true"
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	xmlns="https://getpsalm.org/schema/config"
	xsi:schemaLocation="https://getpsalm.org/schema/config"
    errorBaseline="build/psalm-baseline-ocp.xml"
>
	<plugins>
		<plugin filename="build/psalm/AppFrameworkTainter.php" />
	</plugins>
	<projectFiles>
		<directory name="lib/public"/>
	</projectFiles>
	<extraFiles>
		<directory name="3rdparty"/>
	</extraFiles>
</psalm>