Skip to content

Commit

Permalink
Add cs:docs and cs:docs:fix to composer scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
nlemoine committed Jul 28, 2022
1 parent 1df7aa4 commit 1862f9d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions composer.json
Expand Up @@ -86,6 +86,8 @@
"scripts": {
"analyze": "phpstan",
"cs": "ecs check",
"cs:docs": "ecs check-markdown docs/v2/**/*.md --fix",
"cs:docs:fix": "ecs check-markdown docs/v2/**/*.md",
"cs:fix": "ecs check --fix",
"grump": "grumphp run",
"grump:install": "grumphp git:init",
Expand Down

0 comments on commit 1862f9d

Please sign in to comment.