Skip to content

Commit

Permalink
Adjust composer cs-fix script to CI cs check (#278)
Browse files Browse the repository at this point in the history
* Adjust composer cs-fix script to CI cs check

* Adjust composer phpstan script to CI phpstan check
  • Loading branch information
M-arcus authored Sep 1, 2024
1 parent 4897e27 commit 78a686d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
}
},
"scripts": {
"cs-fix": "docker run --rm -v $(pwd):$(pwd) -w $(pwd) oskarstark/php-cs-fixer-ga --rules @PER-CS2.0,@PER-CS2.0:risky --allow-risky=yes .",
"phpstan": "docker run --rm -v $(pwd):/app aragon999/phpstan-shopware:v6.5.6 analyse --level max ."
"cs-fix": "docker run --rm -v $(pwd):$(pwd) -w $(pwd) oskarstark/php-cs-fixer-ga --rules=@PER-CS2.0,no_unused_imports .",
"phpstan": "docker run --rm -v $(pwd):/app aragon999/phpstan-shopware:v6.6.0 analyse --level max ."
}
}

0 comments on commit 78a686d

Please sign in to comment.