Skip to content

Commit

Permalink
rebuild README
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba committed Jun 28, 2024
1 parent 69e4d29 commit dc46c03
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,9 @@ services:
## 3. Register Particular Rules
[ruledoc-start]
<!-- ruledoc-start -->
# 30 Rules Overview
## AnnotateRegexClassConstWithRegexLinkRule
Add regex101.com link to that shows the regex in practise, so it will be easier to maintain in case of bug/extension in the future
Expand Down Expand Up @@ -1184,6 +1186,8 @@ final class SomeClass

<br>

[ruledoc-end]
<!-- ruledoc-end -->

<br>

Happy coding!
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
"require-dev": {
"nikic/php-parser": "^4.19",
"symplify/phpstan-extensions": "^11.4",
"symplify/rule-doc-generator": "^12.1",
"symplify/rule-doc-generator": "^12.2",
"phpunit/phpunit": "^10.5",
"symfony/framework-bundle": "6.1.*",
"rector/rector": "^1.1",
"symplify/easy-coding-standard": "^12.2",
"phpstan/extension-installer": "^1.3",
"symplify/easy-coding-standard": "^12.3",
"phpstan/extension-installer": "^1.4",
"tomasvotruba/class-leak": "^0.2"
},
"autoload": {
Expand Down Expand Up @@ -58,6 +58,6 @@
"fix-cs": "vendor/bin/ecs check --fix --ansi",
"phpstan": "vendor/bin/phpstan analyse --ansi --error-format symplify",
"rector": "vendor/bin/rector process --dry-run --ansi",
"docs": "vendor/bin/rule-doc-generator generate src --output-file docs/rules_overview.md --ansi"
"docs": "vendor/bin/rule-doc-generator generate src --readme --ansi"
}
}

0 comments on commit dc46c03

Please sign in to comment.