Skip to content

Commit

Permalink
[ECP-9489] Add PHPStan config file to exclude vendor dir
Browse files Browse the repository at this point in the history
  • Loading branch information
Can Demiralp committed Jan 15, 2025
1 parent 47d5ea4 commit 3514bd8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/phpstan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ jobs:
composer require --dev phpstan/extension-installer
- name: PHPStan
run: vendor/bin/phpstan analyse .
run: vendor/bin/phpstan analyse . -c phpstan.neon
4 changes: 4 additions & 0 deletions phpstan.neon
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
parameters:
level: 0
excludePaths:
- vendor

0 comments on commit 3514bd8

Please sign in to comment.