diff --git a/.scrutinizer.yml b/.scrutinizer.yml new file mode 100644 index 0000000..e478a97 --- /dev/null +++ b/.scrutinizer.yml @@ -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