Re-install huge so it will work correctly

This commit is contained in:
2025-11-24 14:37:27 +01:00
parent 4fce91b055
commit 9a888d14c3
15 changed files with 430 additions and 1972 deletions

9
.scrutinizer.yml Normal file
View File

@@ -0,0 +1,9 @@
# This file just tells the wonderful code quality analyzer Scrutinizer (https://scrutinizer-ci.com/g/panique/huge/)
# that we are using external services (Travis) to generate code coverage stats
checks:
php:
code_rating: true
duplication: true
# test coverage is commented out as this does not seem to work properly right now
#tools:
# external_code_coverage: true