Skip to content

Commit

Permalink
add parallel-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidGoodwin committed Jan 25, 2018
1 parent d9f66ec commit 80d30d8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions composer.json
Expand Up @@ -5,12 +5,14 @@
"license": "GPL-2.0",
"scripts": {
"check": "php-cs-fixer fix --ansi --dry-run --diff",
"fix": "php-cs-fixer fix --ansi"
"fix": "php-cs-fixer fix --ansi",
"lint": "@php ./vendor/bin/parallel-lint --exclude vendor/ ."
},
"require": {
"php": ">=5.2"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.7"
"friendsofphp/php-cs-fixer": "^2.7",
"jakub-onderka/php-parallel-lint": "^0.9.2"
}
}

0 comments on commit 80d30d8

Please sign in to comment.