Skip to content

Commit 3b2cae6

Browse files
Merge pull request #20234 from MoonE/remove-duplicate-release-excludes
Remove duplicate release exclude cases
2 parents 49791c2 + c617e11 commit 3b2cae6

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

bin/internal/check-release-excludes.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -206,8 +206,6 @@ for filePath in ${FILE_LIST}; do
206206
foundFile;;
207207
*/.travis.yml)
208208
foundFile;;
209-
*/psalm.xml)
210-
foundFile;;
211209
*/psalm.xml.dist)
212210
foundFile;;
213211
*/phpdoc.xml)
@@ -252,8 +250,6 @@ for filePath in ${FILE_LIST}; do
252250
foundFile;;
253251
*/ecs.php)
254252
foundFile;;
255-
*/easy-coding-standard.neon)
256-
foundFile;;
257253
*/.scrutinizer.yml)
258254
foundFile;;
259255
*/.phpstorm.meta.php)

0 commit comments

Comments
 (0)