File tree 2 files changed +25
-0
lines changed
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
39
39
| Technology | Tools |
40
40
| :-------------------------- | :--------------------------------------------------------- |
41
41
| All | [ Gitleaks] [ Gitleaks ] |
42
+ | CircleCi | [ CircleCi] [ CircleCi ] |
42
43
| CloudFormation | [ Checkov] [ Checkov ] |
43
44
| Cppcheck | [ Cppcheck] [ Cppcheck ] |
44
45
| CSS | [ Biome] [ Biome ] |
@@ -85,3 +86,5 @@ Remove extraneous f prefix
85
86
[ Regal ] : ./regal.md
86
87
[ PMD ] : ./pmd.md
87
88
[ Cppcheck ] : ./cppcheck.md
89
+ [ CircleCi ] : ./circleci.md
90
+
You can’t perform that action at this time.
0 commit comments