这是indexloc提供的服务,不要输入任何密码
Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ test-integration: package
.PHONY: test-integration

cs: tools/php-cs-fixer
PHP_CS_FIXER_IGNORE_ENV=1 tools/php-cs-fixer --dry-run --allow-risky=yes --no-interaction --ansi fix
tools/php-cs-fixer --dry-run --allow-risky=yes --no-interaction --ansi fix
.PHONY: cs

cs-fix: tools/php-cs-fixer
PHP_CS_FIXER_IGNORE_ENV=1 tools/php-cs-fixer --allow-risky=yes --no-interaction --ansi fix
tools/php-cs-fixer --allow-risky=yes --no-interaction --ansi fix
.PHONY: cs-fix

deptrac: tools/deptrac
Expand Down
11 changes: 4 additions & 7 deletions resources/tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,7 @@
"target-dir": "%target-dir%/EasyCodingStandard"
}
},
"test": "ecs -h",
"tags": ["exclude-php:7.3"]
"test": "ecs -h"
},
{
"name": "infection",
Expand Down Expand Up @@ -179,8 +178,7 @@
"namespace": "php-coupling-detector"
}
},
"test": "php-coupling-detector list",
"tags": ["exclude-php:7.3"]
"test": "php-coupling-detector list"
},
{
"name": "php-cs-fixer",
Expand All @@ -193,7 +191,7 @@
}
},
"test": "php-cs-fixer list",
"tags": ["featured", "exclude-php:7.3"]
"tags": ["featured"]
},
{
"name": "php-formatter",
Expand All @@ -207,8 +205,7 @@
"version": "1fa3d9a3e1c67654f3fe2511bd28fa7c33b59d7e"
}
},
"test": "php-formatter list",
"tags": ["exclude-php:7.3"]
"test": "php-formatter list"
},
{
"name": "php-semver-checker",
Expand Down