Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,3 @@
/phpstan.dist.neon export-ignore
/phpstan-baseline.neon export-ignore
/phpunit.dist.xml export-ignore
/psalm.dist.xml export-ignore
/psalm-baseline.xml export-ignore
24 changes: 1 addition & 23 deletions .github/workflows/code-quality.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,31 +52,9 @@ jobs:
- name: PHP Coding Standards Fixer
run: php-cs-fixer fix --dry-run --format checkstyle | cs2pr

psalm:
runs-on: ubuntu-latest
name: Static Analysis (Psalm)
steps:
- name: Checkout
uses: actions/checkout@v6

- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: ${{ env.PHP_VERSION }}
coverage: none
tools: psalm

- name: Install Dependencies
uses: ramsey/composer-install@v3
with:
composer-options: '--prefer-dist'

- name: Run Psalm
run: psalm --long-progress --no-diff --output-format=github

phpstan:
runs-on: ubuntu-latest
name: Static Analysis (PHPStan)
name: Static Analysis
steps:
- name: Checkout
uses: actions/checkout@v6
Expand Down
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ vendor/
.phpunit.cache
phpunit.xml

# Psalm
psalm.xml
# PHPStan
phpstan.neon
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@
"run-checks": [
"php-cs-fixer fix -vvv",
"phpunit",
"psalm --no-cache",
"phpstan"
]
},
Expand Down
88 changes: 0 additions & 88 deletions psalm-baseline.xml

This file was deleted.

21 changes: 0 additions & 21 deletions psalm.dist.xml

This file was deleted.