Skip to content

Commit

Permalink
fix: coderabbit config file (#3426)
Browse files Browse the repository at this point in the history
* fix coderabbit config file

* fixed lint errors

* refactored configuration
  • Loading branch information
akshatnema authored Nov 23, 2024
1 parent bc2ab51 commit 914ab3b
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 45 deletions.
35 changes: 35 additions & 0 deletions .coderabbit.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
language: "en-US"
reviews:
high_level_summary: true
tools:
markdownlint:
enabled: true
biome:
enabled: true
github-checks:
enabled: true
timeout_ms: 180000
languagetool:
enabled: true
enabled_only: false
level: default
hadolint:
enabled: true
yamllint:
enabled: true
gitleaks:
enabled: true
eslint:
enabled: true
actionlint:
enabled: true
semgrep:
enabled: true
knowledge_base:
opt_out: false
learnings:
scope: "local"
issues:
scope: "local"
pull_requests:
scope: "local"
45 changes: 0 additions & 45 deletions .coderrabbit.yml

This file was deleted.

0 comments on commit 914ab3b

Please sign in to comment.