Skip to content

Commit

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

* use --suffix "Rector"
  • Loading branch information
samsonasik committed Apr 29, 2024
1 parent b9cff12 commit 7065f6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"phpstan/extension-installer": "^1.3",
"phpstan/phpstan-webmozart-assert": "^1.2",
"symplify/vendor-patches": "^11.2",
"tomasvotruba/class-leak": "^0.2",
"tomasvotruba/class-leak": "^0.2.13",
"tracy/tracy": "^2.10"
},
"autoload": {
Expand All @@ -44,7 +44,7 @@
],
"phpstan": "vendor/bin/phpstan analyse --ansi --error-format symplify",
"check-cs": "vendor/bin/ecs check --ansi",
"class-leak": "vendor/bin/class-leak check config src rules --skip-type=\"Rector\\PHPUnit\\CodeQuality\\Rector\\Class_\\AddCoversClassAttributeRector\"",
"class-leak": "vendor/bin/class-leak check config src rules --skip-suffix \"Rector\"",
"fix-cs": "vendor/bin/ecs check --fix --ansi",
"rector": "vendor/bin/rector process --ansi",
"docs": "vendor/bin/rule-doc-generator generate src rules --output-file docs/rector_rules_overview.md --ansi"
Expand Down

0 comments on commit 7065f6e

Please sign in to comment.