Skip to content

Commit 02d288e

Browse files
committed
Merge pull request #55 from loadsys/f/include-report-which-sniff-fails
Include Reporting Which CodeSniffer Rule Failed
2 parents 721f53e + b758f90 commit 02d288e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codesniffer-run

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ done
6868

6969

7070
# Run the sniffs.
71-
bin/phpcs -p $SUPPRESS_WARNINGS \
71+
bin/phpcs -ps $SUPPRESS_WARNINGS \
7272
--extensions=php \
7373
--standard="$CODE_STANDARD" \
7474
${COVERAGE} \

0 commit comments

Comments
 (0)