|
| 1 | +# yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json |
| 2 | +language: en-US |
| 3 | +tone_instructions: >- |
| 4 | + Be concise and direct. Only flag genuine bugs, security issues, |
| 5 | + and logic errors. Skip style nitpicks. If the code is correct |
| 6 | + and clear, do not leave inline comments. |
| 7 | +reviews: |
| 8 | + profile: chill |
| 9 | + request_changes_workflow: true |
| 10 | + high_level_summary: false |
| 11 | + review_details: false |
| 12 | + poem: false |
| 13 | + in_progress_fortune: false |
| 14 | + enable_prompt_for_ai_agents: true |
| 15 | + review_status: false |
| 16 | + sequence_diagrams: true |
| 17 | + estimate_code_review_effort: false |
| 18 | + collapse_walkthrough: true |
| 19 | + changed_files_summary: false |
| 20 | + suggested_labels: true |
| 21 | + auto_apply_labels: true |
| 22 | + labeling_instructions: |
| 23 | + - label: breaking |
| 24 | + instructions: "Apply only this label when the PR introduces breaking changes to public APIs, CLI behavior, or configuration formats" |
| 25 | + - label: feature |
| 26 | + instructions: "Apply only this label when the PR introduces entirely new functionality or capabilities" |
| 27 | + - label: enhancement |
| 28 | + instructions: "Apply only this label when the PR improves or extends existing functionality (not new features)" |
| 29 | + - label: fix |
| 30 | + instructions: "Apply only this label when the PR fixes a bug or incorrect behavior" |
| 31 | + - label: documentation |
| 32 | + instructions: "Apply only this label when the PR primarily updates docs/ content, README, or doc comments" |
| 33 | + - label: chore |
| 34 | + instructions: "Apply only this label for maintenance: refactoring, code cleanup, or config changes with no user-facing impact" |
| 35 | + - label: dependencies |
| 36 | + instructions: "Apply only this label when NuGet packages or other dependency versions are added or updated" |
| 37 | + - label: ci |
| 38 | + instructions: "Apply only this label when GitHub Actions workflows, CI/CD scripts, or build automation is modified" |
| 39 | + - label: redesign |
| 40 | + instructions: "Apply only this label when the PR contains site template, layout, or UI overhaul work" |
| 41 | + suggested_reviewers: false |
| 42 | + auto_review: |
| 43 | + enabled: true |
| 44 | + drafts: false |
| 45 | + path_filters: |
| 46 | + - "!.artifacts/**" |
| 47 | + - "!**/bin/**" |
| 48 | + - "!**/obj/**" |
| 49 | + finishing_touches: |
| 50 | + docstrings: |
| 51 | + enabled: false |
| 52 | + unit_tests: |
| 53 | + enabled: false |
| 54 | + simplify: |
| 55 | + enabled: true |
| 56 | + tools: |
| 57 | + shellcheck: |
| 58 | + enabled: true |
| 59 | + markdownlint: |
| 60 | + enabled: true |
| 61 | + github-checks: |
| 62 | + enabled: true |
| 63 | + languagetool: |
| 64 | + enabled: true |
| 65 | + yamllint: |
| 66 | + enabled: true |
| 67 | + actionlint: |
| 68 | + enabled: true |
| 69 | + gitleaks: |
| 70 | + enabled: true |
| 71 | + trufflehog: |
| 72 | + enabled: true |
| 73 | + ruff: |
| 74 | + enabled: false |
| 75 | + biome: |
| 76 | + enabled: false |
| 77 | + hadolint: |
| 78 | + enabled: true |
| 79 | + swiftlint: |
| 80 | + enabled: false |
| 81 | + phpstan: |
| 82 | + enabled: false |
| 83 | + phpmd: |
| 84 | + enabled: false |
| 85 | + phpcs: |
| 86 | + enabled: false |
| 87 | + golangci-lint: |
| 88 | + enabled: false |
| 89 | + detekt: |
| 90 | + enabled: false |
| 91 | + eslint: |
| 92 | + enabled: true |
| 93 | + flake8: |
| 94 | + enabled: false |
| 95 | + rubocop: |
| 96 | + enabled: false |
| 97 | + buf: |
| 98 | + enabled: false |
| 99 | + regal: |
| 100 | + enabled: false |
| 101 | + pmd: |
| 102 | + enabled: false |
| 103 | + clang: |
| 104 | + enabled: false |
| 105 | + cppcheck: |
| 106 | + enabled: false |
| 107 | + opengrep: |
| 108 | + enabled: false |
| 109 | + semgrep: |
| 110 | + enabled: false |
| 111 | + circleci: |
| 112 | + enabled: false |
| 113 | + clippy: |
| 114 | + enabled: false |
| 115 | + sqlfluff: |
| 116 | + enabled: false |
| 117 | + checkov: |
| 118 | + enabled: false |
| 119 | + tflint: |
| 120 | + enabled: false |
| 121 | + pylint: |
| 122 | + enabled: false |
| 123 | + oxc: |
| 124 | + enabled: false |
| 125 | + fortitudeLint: |
| 126 | + enabled: false |
| 127 | + brakeman: |
| 128 | + enabled: false |
| 129 | + prismaLint: |
| 130 | + enabled: false |
| 131 | + luacheck: |
| 132 | + enabled: false |
| 133 | + blinter: |
| 134 | + enabled: false |
| 135 | + smartyLint: |
| 136 | + enabled: false |
| 137 | + emberTemplateLint: |
| 138 | + enabled: false |
| 139 | + psscriptanalyzer: |
| 140 | + enabled: false |
| 141 | + shopifyThemeCheck: |
| 142 | + enabled: false |
| 143 | + htmlhint: |
| 144 | + enabled: false |
| 145 | + stylelint: |
| 146 | + enabled: false |
| 147 | + checkmake: |
| 148 | + enabled: false |
| 149 | + osvScanner: |
| 150 | + enabled: false |
| 151 | + dotenvLint: |
| 152 | + enabled: false |
| 153 | + trivy: |
| 154 | + enabled: false |
| 155 | +knowledge_base: |
| 156 | + code_guidelines: |
| 157 | + enabled: true |
| 158 | +chat: |
| 159 | + auto_reply: true |
0 commit comments