Skip to content

Commit

Permalink
Document custom rulesets (#210)
Browse files Browse the repository at this point in the history
Forgot to do this in #209
  • Loading branch information
spaze committed Jul 23, 2023
2 parents 2e8626c + 9e7ce96 commit 5e92127
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,9 @@ Use the [provided generator](docs/disallow-disabled-functions-classes.md) to gen

Function names, method names, class names, namespaces are matched irrespective of their case (disallowing `print_r` will also find `print_R` calls), while anything else like constants, file names, paths are not.

phpstan-custom-ruleset
## No other rules

You can also use this extension [without any other PHPStan rules](docs/phpstan-custom-ruleset.md). This may be useful if you want to for example check a third-party code for some calls or usage of something.

## Running tests

Expand Down

0 comments on commit 5e92127

Please sign in to comment.