Skip to content

Commit

Permalink
Fix psalm config
Browse files Browse the repository at this point in the history
  • Loading branch information
merkushin committed Aug 16, 2023
1 parent 71713ee commit b0806dc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@ jobs:
- name: Check WPCOM rules
run: ./vendor/bin/phpcs -sn --standard=./wpcom-phpcs.xml .

- name: Psalm Test
run: ./vendor/bin/psalm
test:
name: PHP Unit Tests
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion psalm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<projectFiles>
<file name="sensei-lms.php" />
<directory name="includes" />
<ignoreFiles>
<ignoreFiles allowMissingFiles="true">
<directory name="config" />
<directory name="includes/internal/emails/views" />
<directory name="sample-data" />
Expand Down

0 comments on commit b0806dc

Please sign in to comment.