Skip to content

Commit

Permalink
Merge pull request #30 from jakzal/featured-tag
Browse files Browse the repository at this point in the history
Tag "featured" tools
  • Loading branch information
jakzal committed Jan 3, 2019
2 parents 77f618c + 9b258eb commit d49b7b6
Showing 1 changed file with 31 additions and 16 deletions.
47 changes: 31 additions & 16 deletions resources/tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
"bin": "%target-dir%/behat"
}
},
"test": "behat --version"
"test": "behat --version",
"tags": ["featured"]
},
{
"name": "churn",
Expand All @@ -35,7 +36,8 @@
"namespace": "tools"
}
},
"test": "churn list"
"test": "churn list",
"tags": ["featured"]
},
{
"name": "dephpend",
Expand Down Expand Up @@ -71,7 +73,8 @@
"bin": "%target-dir%/deptrac"
}
},
"test": "deptrac list"
"test": "deptrac list",
"tags": ["featured"]
},
{
"name": "design-pattern",
Expand Down Expand Up @@ -124,7 +127,8 @@
"bin": "%target-dir%/infection"
}
},
"test": "infection --version"
"test": "infection --version",
"tags": ["featured"]
},
{
"name": "parallel-lint",
Expand All @@ -149,7 +153,8 @@
"bin": "%target-dir%/pdepend"
}
},
"test": "pdepend --version"
"test": "pdepend --version",
"tags": ["featured"]
},
{
"name": "phan",
Expand All @@ -161,7 +166,8 @@
"bin": "%target-dir%/phan"
}
},
"test": "phan -v"
"test": "phan -v",
"tags": ["featured"]
},
{
"name": "php-coupling-detector",
Expand All @@ -187,7 +193,7 @@
}
},
"test": "php-cs-fixer list",
"tags": ["exclude-php:7.3"]
"tags": ["featured", "exclude-php:7.3"]
},
{
"name": "php-formatter",
Expand Down Expand Up @@ -226,7 +232,8 @@
"bin": "%target-dir%/phpDocumentor"
}
},
"test": "phpDocumentor list"
"test": "phpDocumentor list",
"tags": ["featured"]
},
{
"name": "phpbench",
Expand Down Expand Up @@ -326,7 +333,8 @@
"bin": "%target-dir%/phpcpd"
}
},
"test": "phpcpd -V"
"test": "phpcpd -V",
"tags": ["featured"]
},
{
"name": "phpcs",
Expand Down Expand Up @@ -354,7 +362,8 @@
"bin": "%target-dir%/phpda"
}
},
"test": "phpda list"
"test": "phpda list",
"tags": ["featured"]
},
{
"name": "phpdoc-to-typehint",
Expand Down Expand Up @@ -414,7 +423,8 @@
"bin": "%target-dir%/phpmetrics"
}
},
"test": "phpmetrics --version"
"test": "phpmetrics --version",
"tags": ["featured"]
},
{
"name": "phpmnd",
Expand All @@ -438,7 +448,8 @@
"bin": "%target-dir%/phpspec"
}
},
"test": "phpspec --version"
"test": "phpspec --version",
"tags": ["featured"]
},
{
"name": "phpstan",
Expand All @@ -450,7 +461,8 @@
"namespace": "phpstan"
}
},
"test": "phpstan --version"
"test": "phpstan --version",
"tags": ["featured"]
},
{
"name": "phpstan-deprecation-rules",
Expand Down Expand Up @@ -558,7 +570,8 @@
"bin": "%target-dir%/phpunit"
}
},
"test": "phpunit --version"
"test": "phpunit --version",
"tags": ["featured"]
},
{
"name": "psalm",
Expand All @@ -574,7 +587,8 @@
"bin": "%target-dir%/psalm"
}
},
"test": "psalm -h"
"test": "psalm -h",
"tags": ["featured"]
},
{
"name": "psecio-parse",
Expand All @@ -598,7 +612,8 @@
"bin": "%target-dir%/security-checker"
}
},
"test": "security-checker"
"test": "security-checker",
"tags": ["featured"]
},
{
"name": "testability",
Expand Down

0 comments on commit d49b7b6

Please sign in to comment.