diff options
author | Morris Jobke <hey@morrisjobke.de> | 2020-08-18 09:02:31 +0200 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2020-08-18 12:59:17 +0200 |
commit | 4efca69f8d411ac906f94301b4a2c5ae58858f04 (patch) | |
tree | fd142330cccb8a974ea14f1f5c4b9f2f3ff20d7e /psalm.xml | |
parent | 8d18f0a7d736594e77191f3139610833212b0ecf (diff) | |
download | nextcloud-server-4efca69f8d411ac906f94301b4a2c5ae58858f04.tar.gz nextcloud-server-4efca69f8d411ac906f94301b4a2c5ae58858f04.zip |
Add psalm baseline
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to 'psalm.xml')
-rw-r--r-- | psalm.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/psalm.xml b/psalm.xml index 0beffd3571d..2766d407468 100644 --- a/psalm.xml +++ b/psalm.xml @@ -5,6 +5,7 @@ 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.xml" > <projectFiles> <directory name="apps"/> |