Skip to content

Commit 657a53c

Browse files
committed
GH Actions: show deprecations when linting
While rare, there are some deprecations which PHP can show when a file is being linted. By default these are ignored by PHP-Parallel-Lint. Apparently though, there is an option to show them (wasn't documented until recently), so let's turn that option on.
1 parent e628143 commit 657a53c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/php-lint

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
# ./bin/php-lint
88
#
99

10-
"$(pwd)/vendor/bin/parallel-lint" . -e php --exclude vendor --exclude .git $@
10+
"$(pwd)/vendor/bin/parallel-lint" . -e php --show-deprecated --exclude vendor --exclude .git $@

0 commit comments

Comments
 (0)