Skip to content

Commit c7a89ab

Browse files
committed
build: exclude test_utils directory from being linted for syntax errors
1 parent e1b3961 commit c7a89ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
}
3939
},
4040
"scripts": {
41-
"lint": "@php ./vendor/php-parallel-lint/php-parallel-lint/parallel-lint . -e php --exclude vendor --exclude .git",
41+
"lint": "@php ./vendor/php-parallel-lint/php-parallel-lint/parallel-lint . -e php --exclude vendor --exclude .git --exclude test_utils",
4242
"cs": "@php ./vendor/bin/phpcs --standard=yCodeTech",
4343
"cbf": "@php ./vendor/bin/phpcbf --standard=yCodeTech",
4444
"test": [

0 commit comments

Comments
 (0)