Skip to content

Commit

Permalink
Improve Scrutinizer configuration
Browse files Browse the repository at this point in the history
- Add tools/ to excluded paths
- Run composer update (not upgrade) with --no-progress argument
  • Loading branch information
eclipxe13 committed Mar 9, 2024
1 parent 613f731 commit d7bb0a6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@ filter:
- 'vendor/'
excluded_paths:
- 'tests/'
- 'tools/'

build:
dependencies:
override:
- composer upgrade --no-interaction --prefer-dist
- composer update --no-interaction --no-progress --prefer-dist
nodes:
analysis: # see https://scrutinizer-ci.com/docs/tools/php/php-scrutinizer/
environment:
Expand Down

0 comments on commit d7bb0a6

Please sign in to comment.