Skip to content

Commit 7949b7d

Browse files
authored
Merge pull request #61 from mvorisek/patch-1
Report all CS errors to CI console
2 parents aaaf5b2 + c22d5bb commit 7949b7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/coding-standards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,5 @@ jobs:
5454
# https://github.com/doctrine/.github/issues/3
5555
- name: "Run PHP_CodeSniffer"
5656
run: |
57-
vendor/bin/phpcs -q --report=diff || true
57+
vendor/bin/phpcs -q --report-emacs --report-diff || true
5858
vendor/bin/phpcs -q --no-colors --report=checkstyle | cs2pr

0 commit comments

Comments
 (0)