Skip to content

Commit bc226b2

Browse files
committed
Temporarily bypass XML validation until upstream issues are resolved
1 parent 71d6619 commit bc226b2

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.laminas-ci.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"additional_checks": [
3+
{
4+
"name": "Static Code Analysis via psalm.phar",
5+
"job": {
6+
"command": "./vendor/bin/psalm.phar",
7+
"php": "@lowest",
8+
"dependencies": "locked"
9+
}
10+
}
11+
],
12+
"exclude": [
13+
{"name": "Psalm"}
14+
]
15+
}

0 commit comments

Comments
 (0)