summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2020-10-09 11:28:46 +0200
committerJoas Schilling <coding@schilljs.com>2020-10-09 11:28:46 +0200
commit3b9deaae794e3df1791cf61dcea31e91139558e1 (patch)
tree688ad30dbfc4f5cc2b5589d2fedfdeef67ee2a69 /Makefile
parent5491c1accbd30013c0930d211dabb382aca7472e (diff)
Add Psalm
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f73c01388..485fdb297 100644
--- a/Makefile
+++ b/Makefile
@@ -79,6 +79,7 @@ appstore:
--exclude=package-lock.json \
--exclude=.php_cs.dist \
--exclude=.php_cs.cache \
+ --exclude=psalm.xml \
--exclude=README.md \
--exclude=src \
--exclude=.stylelintignore \