Update the list of release excludes

See: https://github.com/code-lts/doctum/blob/main/scripts/phar-generator-script.php

Signed-off-by: William Desportes <williamdes@wdes.fr>
This commit is contained in:
William Desportes 2026-03-05 10:28:38 +01:00
parent 0fdf541cb6
commit 2c33c5d13d
No known key found for this signature in database
GPG Key ID: 70684F4717D49A31

View File

@ -207,9 +207,13 @@ validateExtension() {
for filePath in ${FILE_LIST}; do
validateExtension
case $filePath in
*/rector*.php)
*/composer-require-checker.json)
foundFile;;
*/.gitkeep)
*/CLAUDE.MD)
foundFile;;
*/Readme.php)
foundFile;;
*/rector*.php)
foundFile;;
*/.editorconfig)
foundFile;;
@ -219,16 +223,28 @@ for filePath in ${FILE_LIST}; do
foundFile;;
*/psalm.xml)
foundFile;;
*/psalm.xml.dist)
foundFile;;
*/phpdoc.xml)
foundFile;;
*/phpdoc.dist.xml)
foundFile;;
*/.coveralls.yml)
foundFile;;
*/.yamllint.yaml)
foundFile;;
*/appveyor.yml)
foundFile;;
*/phpunit.xml)
foundFile;;
*/phpunit.xml.dist)
foundFile;;
*/phive.xml)
foundFile;;
*/Makefile)
foundFile;;
*/splitsh.json)
foundFile;;
*/phpbench.json)
foundFile;;
*/phpbench.json.dist)
@ -241,15 +257,17 @@ for filePath in ${FILE_LIST}; do
foundFile;;
*/.php_cs.cache)
foundFile;;
*/.php-cs-fixer.php)
foundFile;;
*/psalm.xml)
foundFile;;
*/phpstan.neon)
foundFile;;
*/phpstan.neon)
*/phpcs.xml)
foundFile;;
*/phpcs.xml.dist)
foundFile;;
*/phpunit.xml.dist)
*/ecs.php)
foundFile;;
*/easy-coding-standard.neon)
foundFile;;
*/.scrutinizer.yml)
foundFile;;
@ -259,6 +277,12 @@ for filePath in ${FILE_LIST}; do
foundFile;;
*/.gitignore)
foundFile;;
*/.gitkeep)
foundFile;;
*/.mailmap)
foundFile;;
*/.env)
foundFile;;
*/infection.json.dist)
foundFile;;
*/infection.json)
@ -271,6 +295,8 @@ for filePath in ${FILE_LIST}; do
foundFile;;
*/.phpunit.result.cache)
foundFile;;
*/phpstan.neon)
foundFile;;
*/phpstan.neon.dist)
foundFile;;
*/phpstan-baseline.neon)