Skip to content

Commit 00de52e

Browse files
authored
Add table for Supported Tools by languages (#63)
* Add table for Supported Tools by languages * Update supported tools table and documentation * Update tool configuration documentation
1 parent 2f0c3e5 commit 00de52e

File tree

14 files changed

+43
-25
lines changed

14 files changed

+43
-25
lines changed

docs/guides/tools/biome.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
title: Biome
33
sidebar_label: Biome
44
description: CodeRabbit's guide to Biome.
5-
sidebar_position: 5
65
---
76

87
[Biome](https://biomejs.dev/) is a linter for JavaScript, TypeScript, JSX, TSX, JSON, JSONC, CSS.

docs/guides/tools/checkov.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
title: Checkov
33
sidebar_label: Checkov
44
description: CodeRabbit's guide to Checkov.
5-
sidebar_position: 2
65
---
76

87
[Checkov](https://www.checkov.io/) is a static code analysis tool for scanning Infrastructure as Code (IaC) files for misconfigurations.

docs/guides/tools/detekt.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
title: Detekt
3+
sidebar_label: Detekt
4+
description: CodeRabbit's guide to Detekt.
5+
---

docs/guides/tools/gitleaks.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
title: Gitleaks
33
sidebar_label: Gitleaks
44
description: CodeRabbit's guide to Gitleaks.
5-
sidebar_position: 11
65
---
76

87
[Gitleaks](https://gitleaks.io/) is a secret-scanner.

docs/guides/tools/golangci-lint.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
title: golangci-lint
33
sidebar_label: golangci-lint
44
description: CodeRabbit's guide to golangci-lint.
5-
sidebar_position: 9
65
---
76

87
[golangci-lint](https://golangci-lint.run/) is a fast Go linters runner.

docs/guides/tools/hadolint.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
title: Hadolint
33
sidebar_label: Hadolint
44
description: CodeRabbit's guide to Hadolint.
5-
sidebar_position: 6
65
---
76

87
[Hadolint](https://github.com/hadolint/hadolint) is a Dockerfile linter.

docs/guides/tools/languagetool.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
title: LanguageTool
33
sidebar_label: LanguageTool
44
description: CodeRabbit's guide to LanguageTool.
5-
sidebar_position: 4
65
---
76

87
[LanguageTool](https://github.com/languagetool-org/languagetool) is a style and grammar checker.

docs/guides/tools/markdownlint.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
title: Markdownlint
33
sidebar_label: Markdownlint
44
description: CodeRabbit's guide to Markdownlint.
5-
sidebar_position: 3
65
---
76

87
[Markdownlint](https://github.com/DavidAnson/markdownlint) is a linter for Markdown.

docs/guides/tools/phpstan.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
title: PHPStan
33
sidebar_label: PHPStan
44
description: CodeRabbit's guide to PHPStan.
5-
sidebar_position: 8
65
---
76

87
[PHPStan](https://phpstan.org/) is a static analysis tool for PHP.

docs/guides/tools/ruff.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
title: Ruff
33
sidebar_label: Ruff
44
description: CodeRabbit's guide to Ruff.
5-
sidebar_position: 2
65
---
76

87
[Ruff](https://docs.astral.sh/ruff/) is a linter for Python.

0 commit comments

Comments
 (0)