Skip to content

Commit

Permalink
Update psalm output for actions run and change level=2
Browse files Browse the repository at this point in the history
  • Loading branch information
M1ke committed Sep 2, 2024
1 parent ca97881 commit ca9feba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/psalm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ jobs:
run: composer update --prefer-lowest --no-interaction --no-progress --optimize-autoloader --ansi

- name: Run psalm
run: php vendor/bin/psalm
run: php vendor/bin/psalm --long-progress --no-cache --output-format=compact --report="./checkstyle.xml" --report-show-info=false
2 changes: 1 addition & 1 deletion psalm.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<psalm
errorLevel="4"
errorLevel="2"
resolveFromConfigFile="true"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="https://getpsalm.org/schema/config"
Expand Down

0 comments on commit ca9feba

Please sign in to comment.