Skip to content

Commit

Permalink
[Docs] Skip collector from rule doc generator command (#5075)
Browse files Browse the repository at this point in the history
Co-authored-by: Markus Staab <markus.staab@redaxo.de>
  • Loading branch information
samsonasik and staabm committed Sep 24, 2023
1 parent 0d9b38d commit 803d9ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
"phpstan-config": "vendor/bin/phpstan analyse config --ansi --error-format symplify",
"phpstan-fixtures": "vendor/bin/phpstan analyse -c phpstan-for-fixtures.neon --ansi --error-format symplify",
"docs": [
"vendor/bin/rule-doc-generator generate rules --output-file build/rector_rules_overview.md --ansi --categorize 3",
"vendor/bin/rule-doc-generator generate rules --output-file build/rector_rules_overview.md --ansi --categorize 3 --skip-type 'Rector\\Core\\Rector\\AbstractCollectorRector'",
"mv build/rector_rules_overview.md build/target-repository/docs/rector_rules_overview.md"
],
"rector": "bin/rector process --ansi",
Expand Down

0 comments on commit 803d9ec

Please sign in to comment.