diff --git a/bin/internal/check-release-excludes.sh b/bin/internal/check-release-excludes.sh index b2e258fcf1..4673a0ae3d 100755 --- a/bin/internal/check-release-excludes.sh +++ b/bin/internal/check-release-excludes.sh @@ -206,8 +206,6 @@ for filePath in ${FILE_LIST}; do foundFile;; */.travis.yml) foundFile;; - */psalm.xml) - foundFile;; */psalm.xml.dist) foundFile;; */phpdoc.xml) @@ -252,8 +250,6 @@ for filePath in ${FILE_LIST}; do foundFile;; */ecs.php) foundFile;; - */easy-coding-standard.neon) - foundFile;; */.scrutinizer.yml) foundFile;; */.phpstorm.meta.php)