Skip to content

Commit

Permalink
enable error-format symplify (#6566)
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonasik authored Dec 12, 2024
1 parent cdfe824 commit 5e50b8a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/code_analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

-
name: 'PHPStan'
run: vendor/bin/phpstan analyse --ansi
run: vendor/bin/phpstan analyse --ansi --error-format symplify

-
name: 'Commented Code'
Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
"rector/type-perfect": "^2.0",
"shipmonk/composer-dependency-analyser": "^1.8",
"symplify/easy-coding-standard": "^12.3",
"symplify/phpstan-extensions": "^12.0",
"symplify/phpstan-rules": "^14.0.2",
"symplify/rule-doc-generator": "^12.2.5",
"symplify/vendor-patches": "^11.3",
Expand Down Expand Up @@ -109,7 +110,7 @@
],
"check-cs": "vendor/bin/ecs check --ansi",
"fix-cs": "vendor/bin/ecs check --fix --ansi",
"phpstan": "vendor/bin/phpstan analyse --ansi --memory-limit=512M",
"phpstan": "vendor/bin/phpstan analyse --ansi --error-format symplify --memory-limit=512M",
"docs": "vendor/bin/rule-doc-generator validate rules",
"rector": "bin/rector process --ansi",
"preload": "php build/build-preload.php .",
Expand Down

0 comments on commit 5e50b8a

Please sign in to comment.