This repository was archived by the owner on Aug 16, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +25
-0
lines changed Expand file tree Collapse file tree 2 files changed +25
-0
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ title : CircleCi
3+ sidebar_label : CircleCi
4+ description : CodeRabbit's guide to CircleCi.
5+ ---
6+
7+ [ CircleCi] ( https://circleci.com/ ) is a static checker and validator for circleci config files.
8+
9+ ## Files
10+
11+ We look for ` CircleCi Configuration ` files specifically in the following directory:
12+
13+ - ` .circleci/config.yml" `
14+ - ` .circleci/config.yaml" `
15+
16+ ## Configuration
17+
18+ CodeRabbit will use the default configuration.
19+
20+ ## Links
21+
22+ - [ CircleCi Configuration] ( https://circleci.com/docs/configuration-reference/ )
Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ Remove extraneous f prefix
3939| Technology | Tools |
4040| :-------------------------- | :--------------------------------------------------------- |
4141| All | [ Gitleaks] [ Gitleaks ] |
42+ | CircleCi | [ CircleCi] [ CircleCi ] |
4243| CloudFormation | [ Checkov] [ Checkov ] |
4344| Cppcheck | [ Cppcheck] [ Cppcheck ] |
4445| CSS | [ Biome] [ Biome ] |
@@ -85,3 +86,5 @@ Remove extraneous f prefix
8586[ Regal ] : ./regal.md
8687[ PMD ] : ./pmd.md
8788[ Cppcheck ] : ./cppcheck.md
89+ [ CircleCi ] : ./circleci.md
90+
You can’t perform that action at this time.
0 commit comments