Skip to content

Commit be7fa26

Browse files
feat: CircleCi (#95)
1 parent 3251b29 commit be7fa26

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed

docs/tools/circleci.md

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
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/)

docs/tools/tools.md

+3
Original file line numberDiff line numberDiff 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+

0 commit comments

Comments
 (0)