File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111.weblate export-ignore
1212codecov.yml export-ignore
1313build.xml export-ignore
14- infection.json .dist export-ignore
14+ infection.json5 .dist export-ignore
1515phpcs.xml.dist export-ignore
1616phpstan.neon.dist export-ignore
1717phpstan-baseline.neon export-ignore
Original file line number Diff line number Diff line change @@ -270,7 +270,9 @@ for filePath in ${FILE_LIST}; do
270270 foundFile;;
271271 * /infection.json)
272272 foundFile;;
273- * /infection.json.dist)
273+ * /infection.json5.dist)
274+ foundFile;;
275+ * /infection.json5)
274276 foundFile;;
275277 * /makefile)
276278 foundFile;;
Original file line number Diff line number Diff line change @@ -617,7 +617,7 @@ for kit in $KITS ; do
617617 # Template test files
618618 rm -r templates/test/
619619 rm phpunit.xml.* build.xml
620- rm .editorconfig .browserslistrc .eslintignore .jshintrc .eslintrc.json .stylelintrc.json psalm.xml psalm-baseline.xml phpstan.neon.dist phpstan-baseline.neon phpcs.xml.dist jest.config.cjs infection.json .dist
620+ rm .editorconfig .browserslistrc .eslintignore .jshintrc .eslintrc.json .stylelintrc.json psalm.xml psalm-baseline.xml phpstan.neon.dist phpstan-baseline.neon phpcs.xml.dist jest.config.cjs infection.json5 .dist
621621 # Gettext po files (if they were not removed by ./scripts/lang-cleanup.sh)
622622 rm -rf po
623623 # Documentation source code
You can’t perform that action at this time.
0 commit comments