William Penton
William Penton
Well I am not allowed to post the actual list of directories (company policies and such) but there are 11074 directories in this project. This is the exclusions section: ```...
full configuration.yml file ``` inputs: setDev: false setLanguages: - php setFrameworks: - laravel setSources: ~ setSinks: ~ setValidators: ~ setSanitizers: ~ setCustomRules: ~ setIncludes: ~ setExcludes: exclude_files: - "/usr/www/trunk/.blackfire.yml" -...
Also it is run via Azure Pipelines: ``` docker run --rm --user="$(id -u):$(id -g)" -v $(pwd):/usr/www/trunk -w /usr/www/trunk $IMAGES_URL/progpilot $(cat .internal/phpstan/files.txt | tr '\n' ' ') ```
Wow I feel stupid.... 🤦 Thank you! I will not be able to check this until next week.