Skip to content
Merged
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
31 changes: 15 additions & 16 deletions .coderabbit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,22 +102,21 @@ reviews:
User-facing documentation. Ensure accuracy, check for broken links,
and verify command examples actually work. Flag outdated platform
references.

tools:
golangci-lint:
enabled: true
shellcheck:
enabled: true
yamllint:
enabled: true
hadolint:
enabled: true
gitleaks:
enabled: true
semgrep:
enabled: true
checkov:
enabled: true
tools:
golangci-lint:
enabled: true
shellcheck:
enabled: true
yamllint:
enabled: true
hadolint:
enabled: true
gitleaks:
enabled: true
semgrep:
enabled: true
checkov:
enabled: true

chat:
auto_reply: true
Expand Down