Skip to content

Commit

Permalink
Bump class-leak to ^0.2.13
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonasik committed Apr 29, 2024
1 parent b3da143 commit 08c838c
Show file tree
Hide file tree
Showing 2 changed files with 2 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 @@ -18,7 +18,7 @@ jobs:
actions:
-
name: 'Active Classes'
run: vendor/bin/class-leak check config src rules
run: vendor/bin/class-leak check config src rules --skip-suffix "Rector"

name: ${{ matrix.actions.name }}
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"symplify/phpstan-rules": "^11.4",
"symplify/rule-doc-generator": "^12.1",
"symplify/vendor-patches": "^11.3",
"tomasvotruba/class-leak": "^0.2.8",
"tomasvotruba/class-leak": "^0.2.13",
"tomasvotruba/unused-public": "^0.3",
"tracy/tracy": "^2.10"
},
Expand Down

0 comments on commit 08c838c

Please sign in to comment.