Skip to content

Commit

Permalink
Disable phpstan in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ebln committed Nov 12, 2021
1 parent 2ec3fe8 commit 081a1d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/buildTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ jobs:
- name: Psalm
run: |
./vendor/bin/psalm --monochrome --no-progress --stats --show-info=false
- name: phpstan
- name: DISABLED phpstan
run: |
./vendor/bin/phpstan --no-interaction --no-ansi analyse
echo ./vendor/bin/phpstan --no-interaction --no-ansi analyse
- name: Mess Detector Sources
run: |
./vendor/bin/phpmd src text codesize,controversial,design,naming,unusedcode,design
Expand Down

0 comments on commit 081a1d5

Please sign in to comment.