Skip to content
This repository was archived by the owner on Aug 16, 2025. It is now read-only.

feat: CircleCi #95

Merged
merged 1 commit into from
Sep 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions docs/tools/circleci.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
title: CircleCi
sidebar_label: CircleCi
description: CodeRabbit's guide to CircleCi.
---

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

## Files

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

- `.circleci/config.yml"`
- `.circleci/config.yaml"`

## Configuration

CodeRabbit will use the default configuration.

## Links

- [CircleCi Configuration](https://circleci.com/docs/configuration-reference/)
3 changes: 3 additions & 0 deletions docs/tools/tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ Remove extraneous f prefix
| Technology | Tools |
| :-------------------------- | :--------------------------------------------------------- |
| All | [Gitleaks][Gitleaks] |
| CircleCi | [CircleCi][CircleCi] |
| CloudFormation | [Checkov][Checkov] |
| Cppcheck | [Cppcheck][Cppcheck] |
| CSS | [Biome][Biome] |
Expand Down Expand Up @@ -85,3 +86,5 @@ Remove extraneous f prefix
[Regal]: ./regal.md
[PMD]: ./pmd.md
[Cppcheck]: ./cppcheck.md
[CircleCi]: ./circleci.md