Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Aug 16, 2025. It is now read-only.

Commit5556463

Browse files
authored
chore: Add config for new tools (#45)
1 parentb7882ca commit5556463

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

‎docs/guides/configure-coderabbit.md‎

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,14 @@ YAML settings:
151151
- **`enabled`**: Enable integration, defaults to true.
152152
- **`hadolint`**: Configuration for `hadolint` integration.
153153
- **`enabled`**: Enable integration, defaults to true.
154+
- **`golangci-lint`**: Configuration for `golangci-lint` integration.
155+
- **`enabled`**: Enable integration, defaults to true.
156+
- **`swiftlint`**: Configuration for `swiftlint` integration.
157+
- **`enabled`**: Enable integration, defaults to true.
158+
- **`phpstan`**: Configuration for `phpstan` integration.
159+
- **`enabled`**: Enable integration, defaults to true.
160+
- **`level`**: The [rule level](https://phpstan.org/user-guide/rule-levels) to run. Default is "1".
154161
- **`languagetool`**: Configuration for `languagetool` integration.
155-
156162
- **`enabled`**: Enable integration, defaults to true.
157163
- **`level`**: The level of the rule. It can be one `default` or `picky`.
158164
If set to `picky`, additional rules will be activated, i.e. rules that
@@ -189,6 +195,13 @@ YAML settings:
189195
enabled: true
190196
hadolint:
191197
enabled: true
198+
golangci-lint:
199+
enabled: true
200+
swiftlint:
201+
enabled: true
202+
phpstan:
203+
enabled: true
204+
level: "1"
192205
languagetool:
193206
enabled: true
194207
enabled_only: false

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp