Merge pull request #20234 from MoonE/remove-duplicate-release-excludes
Remove duplicate release exclude cases
This commit is contained in:
commit
3b2cae6daa
@ -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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user