From 26743c03bf4051f351391d46a4c1cd3c3e8ccdc4 Mon Sep 17 00:00:00 2001 From: Harjot Gill Date: Sun, 9 Jun 2024 17:56:30 -0700 Subject: [PATCH] update phpstan instructions --- docs/guides/configure-coderabbit.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/guides/configure-coderabbit.md b/docs/guides/configure-coderabbit.md index aa92b3a4..615dd664 100644 --- a/docs/guides/configure-coderabbit.md +++ b/docs/guides/configure-coderabbit.md @@ -162,7 +162,9 @@ YAML settings: to the repository. This is useful when the configuration file is named differently than the default `.swiftlint.yml` or `.swiftlint.yaml`. - **`phpstan`**: Configuration for `phpstan` integration. - - **`enabled`**: Enable integration, defaults to true. + - **`enabled`**: Enable integration, defaults to true. PHPStan requires + [config file](https://phpstan.org/config-reference#config-file) in your + repository root. - **`level`**: The [rule level](https://phpstan.org/user-guide/rule-levels) to run. Default is "1".