Skip to content

Commit

Permalink
bump dev package versions, remove rule doc generator as deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba committed Sep 18, 2024
1 parent 2d6a8ca commit 564c711
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1,950 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/code_analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@ jobs:
-
name: 'Active Classes'
run: vendor/bin/class-leak check config src rules --ansi --skip-suffix "Rector" --skip-type "\Rector\Set\Contract\SetProviderInterface"
-
name: "Validate docs"
run: vendor/bin/rule-doc-generator validate src rules


name: ${{ matrix.actions.name }}
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Rector Rules for Symfony

See available [Symfony rules](https://getrector.com/find-rule?query=symfony+rules)
See available [Symfony rules](https://getrector.com/find-rule?activeRectorSetGroup=symfony)

## Install

Expand Down
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,9 @@
"symplify/easy-coding-standard": "^12.3",
"symplify/phpstan-extensions": "^11.4",
"symplify/phpstan-rules": "^13.0",
"symplify/rule-doc-generator": "^12.2.5",
"symplify/vendor-patches": "^11.3",
"tomasvotruba/class-leak": "^0.2",
"tomasvotruba/unused-public": "^0.3.10",
"tomasvotruba/unused-public": "^0.4",
"tracy/tracy": "^2.10"
},
"autoload": {
Expand Down
Loading

0 comments on commit 564c711

Please sign in to comment.