We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 051236d commit 26743c0Copy full SHA for 26743c0
docs/guides/configure-coderabbit.md
@@ -162,7 +162,9 @@ YAML settings:
162
to the repository. This is useful when the configuration file is named
163
differently than the default `.swiftlint.yml` or `.swiftlint.yaml`.
164
- **`phpstan`**: Configuration for `phpstan` integration.
165
- - **`enabled`**: Enable integration, defaults to true.
+ - **`enabled`**: Enable integration, defaults to true. PHPStan requires
166
+ [config file](https://phpstan.org/config-reference#config-file) in your
167
+ repository root.
168
- **`level`**: The
169
[rule level](https://phpstan.org/user-guide/rule-levels) to run.
170
Default is "1".
0 commit comments