Browse Source

Merge pull request #15882 from cakephp/ADmad-patch-1

Include sniff name in error message
Mark Scherer 4 years ago
parent
commit
da6b48ab04
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/ci.yml

+ 1 - 1
.github/workflows/ci.yml

@@ -222,7 +222,7 @@ jobs:
       run: composer stan-setup
 
     - name: Run PHP CodeSniffer
-      run: vendor/bin/phpcs --report=checkstyle src/ tests/ | cs2pr
+      run: vendor/bin/phpcs -n --report=checkstyle src/ tests/ | cs2pr
 
     - name: Run psalm
       if: success() || failure()