Skip to content

Commit

Permalink
QA: Optimize and cleanup and (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
ghostwriter authored May 2, 2022
2 parents 68a78ac + 2a0fdaf commit 8292a6c
Show file tree
Hide file tree
Showing 13 changed files with 1,592 additions and 1,051 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@
"@infection",
"@psalm:security"
],
"cs-check": "vendor/bin/ecs check src --clear-cache || true",
"cs-fix": "vendor/bin/ecs check src --fix --clear-cache",
"cs-check": "vendor/bin/ecs check --clear-cache || true",
"cs-fix": "vendor/bin/ecs check --fix --clear-cache",
"dev": [
"@cs-fix",
"@test",
Expand Down
Loading

0 comments on commit 8292a6c

Please sign in to comment.