mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-09-19 23:56:13 +02:00

[TASK] Rename dist files (#112)

Resolves: #68
This commit is contained in:
Łukasz Uznański 2020-10-07 14:03:20 +02:00 committed by GitHub
parent 09335d7e70
commit 38641babb1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 3 additions and 3 deletions

4
.gitattributes vendored
View file

@ -4,7 +4,7 @@
/.github/ export-ignore
/.gitignore export-ignore
/.gitlab/ export-ignore
/.php_cs.dist export-ignore
/.php_cs.php export-ignore
/Tests/ export-ignore
/codeception.yml export-ignore
/phpcs.xml.dist export-ignore
/phpcs.xml export-ignore

View file

@ -68,7 +68,7 @@
},
"scripts": {
"ci:php:lint": "find *.php Classes Configuration Tests -name '*.php' -print0 | xargs -0 -n 1 -P 4 php -l",
"ci:php:codestyle": "php-cs-fixer fix --config .php_cs.dist -v --dry-run --using-cache false --diff --diff-format=udiff",
"ci:php:codestyle": "php-cs-fixer fix --config .php_cs.php -v --dry-run --using-cache false --diff --diff-format=udiff",
"ci:php:sniff": ".Build/vendor/bin/phpcs Classes Tests",
"ci:json:lint": "find . ! -path '*.Build/*' -name '*.json' | xargs .Build/vendor/bin/jsonlint -q",
"ci:yaml:lint": "find . ! -path '*.Build/*' -name '*.yml' | xargs .Build/vendor/bin/yaml-lint",