Closed nicolasaunai closed 5 months ago
[!WARNING]
.coderabbit.yaml
is using a deprecated configuration schemaThe configuration schema (version 1) is deprecated and will be removed soon. Please migrate to the latest schema version.
New Configuration YAML
```yaml early_access: false enable_free_tier: true language: en tone_instructions: '' knowledge_base: learnings: scope: auto issues: scope: auto jira: project_keys: [] linear: team_keys: [] chat: auto_reply: true reviews: profile: chill request_changes_workflow: false high_level_summary: true high_level_summary_placeholder: '@coderabbitai summary' poem: false review_status: true collapse_walkthrough: true path_filters: [] path_instructions: - path: '**.hpp' instructions: >- Review the C++ code, point out issues relative to principles of clean code, expressiveness, and performance. tools: shellcheck: enabled: true ruff: enabled: true markdownlint: enabled: true github-checks: enabled: true timeout_ms: 90000 languagetool: enabled: true disabled_rules: - EN_UNPAIRED_BRACKETS disabled_categories: - TYPOS - TYPOGRAPHY - CASING enabled_only: false level: default auto_review: enabled: true ignore_title_keywords: - WIP labels: [] drafts: true base_branches: - master ```Configuration Instructions
- Please see the [configuration documentation](https://docs.coderabbit.ai/guides/configure-coderabbit) for more information. - If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: `# yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json`
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Summary by CodeRabbit
_setSubTypeAttributes
method indiagnostics.py
to set a default value of "domain" for thequantity
parameter, enhancing user interaction.