We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a267b0d commit 2830c3cCopy full SHA for 2830c3c
.github/workflows/psalm.yml
@@ -25,4 +25,4 @@ jobs:
25
run: composer install
26
27
- name: Run psalm
28
- run: php vendor/bin/psalm
+ run: php vendor/bin/psalm --long-progress --no-cache --output-format=compact --report="./checkstyle.xml" --report-show-info=false
psalm.xml
@@ -1,6 +1,6 @@
1
<?xml version="1.0"?>
2
<psalm
3
- errorLevel="4"
+ errorLevel="2"
4
resolveFromConfigFile="true"
5
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
6
xmlns="https://getpsalm.org/schema/config"
0 commit comments