Skip to content

Commit

Permalink
Bump class-leak to ^0.2.13 (#600)
Browse files Browse the repository at this point in the history
* Bump class-leak to ^0.2.13

* fix
  • Loading branch information
samsonasik committed Apr 29, 2024
1 parent b8126e8 commit 040014c
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 --ansi
run: vendor/bin/class-leak check config src rules --ansi --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 @@ -26,7 +26,7 @@
"symplify/phpstan-rules": "^12.0",
"symplify/rule-doc-generator": "^12.0",
"symplify/vendor-patches": "^11.2",
"tomasvotruba/class-leak": "^0.2.6",
"tomasvotruba/class-leak": "^0.2.13",
"tracy/tracy": "^2.10"
},
"autoload": {
Expand Down

0 comments on commit 040014c

Please sign in to comment.