Skip to content

Commit

Permalink
chore: speed-up lint jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
Dartui committed Apr 17, 2024
1 parent d00e238 commit 5872243
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@
}
},
"scripts": {
"phpcbf": "phpcbf",
"phpcs": "phpcs",
"phplint": "parallel-lint --exclude node_modules --exclude vendor --exclude vendor-bin .",
"phpcbf": "phpcbf --parallel=4",
"phpcs": "phpcs --parallel=4",
"phplint": "parallel-lint --exclude node_modules --exclude vendor .",
"phpstan": "phpstan analyze --memory-limit=-1",
"prefix-namespaces": [
"strauss",
Expand Down

0 comments on commit 5872243

Please sign in to comment.