Closed PhilipDeegan 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 biome: enabled: true hadolint: enabled: true auto_review: enabled: true auto_incremental_review: 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?
more trouble than it's worth I think
we might consider some wrapper instead, which we can more guarantee no conflicts with
Summary by CodeRabbit
New Features
dry_run
andwrite_reports
settings for simulations.Refactor
CLI_ARGS
withself.simulation
for better consistency and initialization.PHARE_SKIP_CLI=1
toPHARE_TESTING=1
.Bug Fixes