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 table for Supported Tools by languages#63

Merged
hasit merged 3 commits intomainfromhasit/tools-table
Jul 16, 2024
Merged
Show file tree
Hide file tree
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
1 change: 0 additions & 1 deletiondocs/guides/tools/biome.md
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -2,7 +2,6 @@
title: Biome
sidebar_label: Biome
description: CodeRabbit's guide to Biome.
sidebar_position: 5
---

[Biome](https://biomejs.dev/) is a linter for JavaScript, TypeScript, JSX, TSX, JSON, JSONC, CSS.
Expand Down
1 change: 0 additions & 1 deletiondocs/guides/tools/checkov.md
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -2,7 +2,6 @@
title:Checkov
sidebar_label:Checkov
description:CodeRabbit's guide to Checkov.
sidebar_position:2
---

[Checkov](https://www.checkov.io/) is a static code analysis tool for scanning Infrastructure as Code (IaC) files for misconfigurations.
Expand Down
5 changes: 5 additions & 0 deletionsdocs/guides/tools/detekt.md
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
---
title:Detekt
sidebar_label:Detekt
description:CodeRabbit's guide to Detekt.
---
1 change: 0 additions & 1 deletiondocs/guides/tools/gitleaks.md
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -2,7 +2,6 @@
title:Gitleaks
sidebar_label:Gitleaks
description:CodeRabbit's guide to Gitleaks.
sidebar_position:11
---

[Gitleaks](https://gitleaks.io/) is a secret-scanner.
Expand Down
1 change: 0 additions & 1 deletiondocs/guides/tools/golangci-lint.md
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -2,7 +2,6 @@
title:golangci-lint
sidebar_label:golangci-lint
description:CodeRabbit's guide to golangci-lint.
sidebar_position:9
---

[golangci-lint](https://golangci-lint.run/) is a fast Go linters runner.
Expand Down
1 change: 0 additions & 1 deletiondocs/guides/tools/hadolint.md
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -2,7 +2,6 @@
title:Hadolint
sidebar_label:Hadolint
description:CodeRabbit's guide to Hadolint.
sidebar_position:6
---

[Hadolint](https://github.com/hadolint/hadolint) is a Dockerfile linter.
Expand Down
1 change: 0 additions & 1 deletiondocs/guides/tools/languagetool.md
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -2,7 +2,6 @@
title:LanguageTool
sidebar_label:LanguageTool
description:CodeRabbit's guide to LanguageTool.
sidebar_position:4
---

[LanguageTool](https://github.com/languagetool-org/languagetool) is a style and grammar checker.
Expand Down
1 change: 0 additions & 1 deletiondocs/guides/tools/markdownlint.md
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -2,7 +2,6 @@
title:Markdownlint
sidebar_label:Markdownlint
description:CodeRabbit's guide to Markdownlint.
sidebar_position:3
---

[Markdownlint](https://github.com/DavidAnson/markdownlint) is a linter for Markdown.
Expand Down
1 change: 0 additions & 1 deletiondocs/guides/tools/phpstan.md
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -2,7 +2,6 @@
title:PHPStan
sidebar_label:PHPStan
description:CodeRabbit's guide to PHPStan.
sidebar_position:8
---

[PHPStan](https://phpstan.org/) is a static analysis tool for PHP.
Expand Down
1 change: 0 additions & 1 deletiondocs/guides/tools/ruff.md
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -2,7 +2,6 @@
title:Ruff
sidebar_label:Ruff
description:CodeRabbit's guide to Ruff.
sidebar_position:2
---

[Ruff](https://docs.astral.sh/ruff/) is a linter for Python.
Expand Down
1 change: 0 additions & 1 deletiondocs/guides/tools/shellcheck.md
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -2,7 +2,6 @@
title:ShellCheck
sidebar_label:ShellCheck
description:CodeRabbit's guide to ShellCheck.
sidebar_position:1
---

[ShellCheck](https://www.shellcheck.net/) is a linter for shell scripts.
Expand Down
1 change: 0 additions & 1 deletiondocs/guides/tools/swiftlint.md
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -2,7 +2,6 @@
title:SwiftLint
sidebar_label:SwiftLint
description:CodeRabbit's guide to SwiftLint.
sidebar_position:7
---

[SwiftLint](https://realm.github.io/SwiftLint/) is a linter for Swift.
Expand Down
51 changes: 38 additions & 13 deletionsdocs/guides/tools/tools.md
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -18,7 +18,7 @@ CodeRabbit supports customizing the strictness of tools by setting `reviews.prof
- `Chill` - Yields less feedback, that may be considered lenient.
- `Assertive` - Yields more feedback, that may be considered nit-picky.

Apart from the overall profile, you can also configure each tool by providing a configuration file (specific to the tool) in your project. This would allow you to further customize the tool's behavior, by enabling/disabling specific rules, setting rule severity, etc.
Apart from the overall profile, you can also configure each tool by providing apath to aconfiguration file (specific to the tool) in your project. This would allow you to further customize the tool's behavior, by enabling/disabling specific rules, setting rule severity, etc.

## Checking Tool Output

Expand All@@ -36,15 +36,40 @@ Remove extraneous f prefix

## Supported Tools

- [ShellCheck](./shellcheck.md)
- [Ruff](./ruff.md)
- [Markdownlint](./markdownlint.md)
- [LanguageTool](./languagetool.md)
- [Biome](./biome.md)
- [Hadolint](./hadolint.md)
- [SwiftLint](./swiftlint.md)
- [PHPStan](./phpstan.md)
- [golangci-lint](./golangci-lint.md)
- [YamlLint](./yamllint.md)
- [Gitleaks](./gitleaks.md)
- [Checkov](./checkov.md)
| Technology | Tools |
|:----------------------------|:-----------------------------------------------------------|
| All | [Gitleaks][Gitleaks] |
| CloudFormation | [Checkov][Checkov] |
| CSS | [Biome][Biome] |
| Docker | [Hadolint][Hadolint], [Checkov][Checkov] |
| Go | [golangci-lint][golangci-lint] |
| Helm | [Checkov][Checkov] |
| Javascript | [Biome][Biome] |
| JSON, JSONC | [Biome][Biome] |
| JSX | [Biome][Biome] |
| Kotlin | [Detekt][Detekt] |
| Kubernetes | [Checkov][Checkov] |
| Markdown | [Markdownlint][Markdownlint], [LanguageTool][LanguageTool] |
| PHP | [PHPStan][PHPStan] |
| Plaintext | [LanguageTool][LanguageTool] |
| Python | [Ruff][Ruff] |
| Shell (sh, bash, ksh, dash) | [ShellCheck][ShellCheck] |
| Swift | [SwiftLint][SwiftLint] |
| Terraform | [Checkov][Checkov] |
| TSX | [Biome][Biome] |
| Typescript | [Biome][Biome] |
| YAML | [YamlLint][YamlLint] |

[ShellCheck]: ./shellcheck.md
[Ruff]: ./ruff.md
[Markdownlint]: ./markdownlint.md
[LanguageTool]: ./languagetool.md
[Biome]: ./biome.md
[Hadolint]: ./hadolint.md
[SwiftLint]: ./swiftlint.md
[PHPStan]: ./phpstan.md
[golangci-lint]: ./golangci-lint.md
[YamlLint]: ./yamllint.md
[Gitleaks]: ./gitleaks.md
[Checkov]: ./checkov.md
[Detekt]: ./detekt.md
1 change: 0 additions & 1 deletiondocs/guides/tools/yamllint.md
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -2,7 +2,6 @@
title:Yamllint
sidebar_label:Yamllint
description:CodeRabbit's guide to Yamllint.
sidebar_position:10
---

[Yamllint](https://yamllint.readthedocs.io/en/stable/) is a linter for YAML.
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp