Skip to content

Commit

Permalink
Add Scrutinizer config
Browse files Browse the repository at this point in the history
  • Loading branch information
olvlvl committed Aug 9, 2024
1 parent 4cc368d commit 44c2617
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
build:
image: default-bionic
environment:
php: 8.1.13
nodes:
analysis:
project_setup:
override:
- 'true'
tests:
override:
- php-scrutinizer-run
dependencies:
override:
- composer install --ignore-platform-reqs
filter:
excluded_paths:
- 'src/Currency.php'
- 'src/LocaleId.php'
- 'src/Locale/HasContextTransforms.php'
- 'src/TerritoryCode.php'
- 'src/Units/SequenceCompanion.php'
- 'src/Units/UnitsCompanion.php'
- 'tests/*'
checks:
php: true

0 comments on commit 44c2617

Please sign in to comment.