Skip to content

Commit

Permalink
ci(phpcs): ignore scoped vendor files
Browse files Browse the repository at this point in the history
Signed-off-by: Arthur Schiwon <[email protected]>
  • Loading branch information
blizzz committed Mar 2, 2025
1 parent 9fec6b4 commit 3727654
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ clean:
# Reports PHP codestyle violations
.PHONY: phpcs
phpcs:
./vendor/bin/phpcs --standard=PSR2 --ignore=lib/Migration/Version*.php lib
./vendor/bin/phpcs --standard=PSR2 --ignore=lib/Migration/Version*.php,lib/Vendor/* lib

# Reports PHP static violations
.PHONY: phpstan
Expand Down

0 comments on commit 3727654

Please sign in to comment.