From 7ee43a624b321a0df7279a479d53d3cf95ffb7eb Mon Sep 17 00:00:00 2001
From: Matthew Daly <450801+matthewbdaly@users.noreply.github.com>
Date: Sun, 12 Jun 2022 17:04:16 +0100
Subject: [PATCH] Introduced Psalm baseline
---
psalm-baseline.xml | 8 ++++++++
psalm.xml | 1 +
2 files changed, 9 insertions(+)
create mode 100644 psalm-baseline.xml
diff --git a/psalm-baseline.xml b/psalm-baseline.xml
new file mode 100644
index 0000000..4dd5fa5
--- /dev/null
+++ b/psalm-baseline.xml
@@ -0,0 +1,8 @@
+
+
+
+
+ $config
+
+
+
diff --git a/psalm.xml b/psalm.xml
index 3240886..378f26f 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 vendor/vimeo/psalm/config.xsd"
+ errorBaseline="psalm-baseline.xml"
>