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.

Add config for biome and hadolint#43

Merged
hasit merged 1 commit intomainfromhasit/update-config
May 23, 2024
Merged
Changes fromall commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletiondocs/guides/configure-coderabbit.md
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -144,8 +144,11 @@ YAML settings:
- **`enabled`**: Enable integration, defaults to true.
- **`shellcheck`**: Configuration for `shellcheck` integration.
- **`enabled`**: Enable integration, defaults to true.
- **`biome`**: Configuration for `biome` integration.
- **`enabled`**: Enable integration, defaults to true.
- **`hadolint`**: Configuration for `hadolint` integration.
- **`enabled`**: Enable integration, defaults to true.
- **`languagetool`**: Configuration for `languagetool` integration.

- **`enabled`**: Enable integration, defaults to true.
- **`level`**: The level of the rule. It can be one `default` or `picky`.
If set to `picky`, additional rules will be activated, i.e. rules that
Expand DownExpand Up@@ -178,6 +181,10 @@ YAML settings:
enabled: true
shellcheck:
enabled: true
biome:
enabled: true
hadolint:
enabled: true
languagetool:
enabled: true
enabled_only: false
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp