From 44c2617bf143d829a7bc469ca28f7666d7c9ff31 Mon Sep 17 00:00:00 2001 From: Olivier Laviale Date: Sat, 10 Aug 2024 00:19:50 +0200 Subject: [PATCH] Add Scrutinizer config --- .scrutinizer.yml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .scrutinizer.yml 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