Skip to content

Commit

Permalink
Added more tools and made suggested changes
Browse files Browse the repository at this point in the history
  • Loading branch information
aakankshabhende committed Oct 23, 2024
1 parent 57863e4 commit 5cb721c
Showing 1 changed file with 31 additions and 6 deletions.
37 changes: 31 additions & 6 deletions .coderrabbit.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,47 @@
language: "en-US"
reviews:
profile: "assertive"
request_changes_workflow: false
high_level_summary: true
poem: false
poem: true
review_status: true
auto_review:
enabled: true
ignore_title_keywords:
- "WIP"
- "Do Not Merge"
drafts: false
base_branches: ["master"]
tools:
spellcheck:
enabled: true
markdownlint:
enabled: true
biome:
enabled: true
ruff:
enabled: true
github-checks:
enabled: true
timeout_ms: 90000
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
chat:
auto_reply: true
knowledge_base:
opt_out: false
learnings:
scope: "local"
issues:
scope: "local"
pull_requests:
scope: "local"

0 comments on commit 5cb721c

Please sign in to comment.