Skip to content

Commit

Permalink
Temporarily bypass XML validation until upstream issues are resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
zonuexe authored and michaelpetri committed May 6, 2024
1 parent 65b5b63 commit 79e733a
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .laminas-ci.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"additional_checks": [
{
"name": "Static Code Analysis via psalm.phar",
"job": {
"command": "./vendor/bin/psalm.phar",
"php": "@lowest",
"dependencies": "locked"
}
}
],
"exclude": [
{"name": "Psalm"}
]
}

0 comments on commit 79e733a

Please sign in to comment.