Skip to content

Commit

Permalink
Remove psalm (#325)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmohns authored Oct 30, 2024
1 parent 0f9665e commit d9e18c3
Show file tree
Hide file tree
Showing 3 changed files with 65 additions and 817 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/php_linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@ jobs:
working-directory: ./src/backend
continue-on-error: true

- name: Run Psalm
run: composer psalm-check
working-directory: ./src/backend
continue-on-error: true
# Temporarily disabled, until we can run it with php-parser version 5
# https://github.com/vimeo/psalm/issues/11112
# - name: Run Psalm
# run: composer psalm-check
# working-directory: ./src/backend
# continue-on-error: true
6 changes: 2 additions & 4 deletions src/backend/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@
"phpunit/phpunit": "^9.0",
"roave/security-advisories": "dev-latest",
"spatie/laravel-ignition": "^1.0",
"spatie/laravel-web-tinker": "^1.7",
"vimeo/psalm": "^5.24"
"spatie/laravel-web-tinker": "^1.7"
},
"config": {
"optimize-autoloader": true,
Expand Down Expand Up @@ -102,7 +101,6 @@
"php-cs-fixer-fix": "php-cs-fixer fix --diff",
"php-cs-fixer-check": "php-cs-fixer check --diff",
"php-cs-fixer-version": "php-cs-fixer --version",
"phpstan-analyse": "phpstan analyse --memory-limit=2G --no-progress",
"psalm-check": "psalm app/"
"phpstan-analyse": "phpstan analyse --memory-limit=2G --no-progress"
}
}
Loading

0 comments on commit d9e18c3

Please sign in to comment.