Skip to content

Commit 4ff759d

Browse files
docs: add Pro-tier tools note to various tool guides
1 parent 63d32ba commit 4ff759d

23 files changed

+92
-0
lines changed

docs/tools/actionlint.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ description: CodeRabbit's guide to Actionlint.
77
[Actionlint](https://github.com/rhysd/actionlint/) is a static checker for
88
GitHub Actions workflow files.
99

10+
:::note
11+
Tools are available under [Pro-tier](https://coderabbit.ai/pricing).
12+
:::
13+
1014
## Files
1115

1216
We look for `GitHub Action` files specifically in the following directory:

docs/tools/biome.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ description: CodeRabbit's guide to Biome.
66

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

9+
:::note
10+
Tools are available under [Pro-tier](https://coderabbit.ai/pricing).
11+
:::
12+
913
## Files
1014

1115
Biome will run on files with the following extensions:

docs/tools/buf.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ description: CodeRabbit's guide to Buf.
66

77
[Buf](https://buf.build/) offers linting for Protobuf files.
88

9+
:::note
10+
Tools are available under [Pro-tier](https://coderabbit.ai/pricing).
11+
:::
12+
913
## Files
1014

1115
Buf will run on files with the following extensions:

docs/tools/checkov.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ description: CodeRabbit's guide to Checkov.
66

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

9+
:::note
10+
Tools are available under [Pro-tier](https://coderabbit.ai/pricing).
11+
:::
12+
913
## Files
1014

1115
Checkov will run on files with the following files and extensions:

docs/tools/circleci.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ description: CodeRabbit's guide to CircleCi.
66

77
[CircleCi](https://circleci.com/) is a static checker and validator for circleci config files.
88

9+
:::note
10+
Tools are available under [Pro-tier](https://coderabbit.ai/pricing).
11+
:::
12+
913
## Files
1014

1115
We look for `CircleCi Configuration` files specifically in the following directory:

docs/tools/cppcheck.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ description: CodeRabbit's guide to Cppcheck.
66

77
[Cppcheck](https://cppcheck.sourceforge.io/) is a static code analysis tool for the C and C++ programming languages.
88

9+
:::note
10+
Tools are available under [Pro-tier](https://coderabbit.ai/pricing).
11+
:::
12+
913
## Files
1014

1115
Cppcheck will run on files with the following extensions:

docs/tools/detekt.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ description: CodeRabbit's guide to Detekt.
66

77
[Detekt](https://detekt.dev/) is a static code analysis tool specifically designed for Kotlin projects
88

9+
:::note
10+
Tools are available under [Pro-tier](https://coderabbit.ai/pricing).
11+
:::
12+
913
## Files
1014

1115
Detekt will run on files with the following extensions:

docs/tools/eslint.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ description: CodeRabbit's guide to ESLint.
66

77
[ESLint](https://eslint.org/) is a linter for JavaScript, TypeScript, JSX, TSX, CSS, etc.
88

9+
:::note
10+
Tools are available under [Pro-tier](https://coderabbit.ai/pricing).
11+
:::
12+
913
## Files
1014

1115
ESLint will run on files with the following extensions:

docs/tools/gitleaks.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ description: CodeRabbit's guide to Gitleaks.
66

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

9+
:::note
10+
Tools are available under [Pro-tier](https://coderabbit.ai/pricing).
11+
:::
12+
913
## Files
1014

1115
Gitleaks will run on all files.

docs/tools/golangci-lint.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ description: CodeRabbit's guide to golangci-lint.
66

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

9+
:::note
10+
Tools are available under [Pro-tier](https://coderabbit.ai/pricing).
11+
:::
12+
913
## Files
1014

1115
golangci-lint will run on files with the following extensions:

0 commit comments

Comments
 (0)