[PR #6592] Add custom checks to CodeRabbit configuration #6622

Closed
opened 2026-02-28 21:30:47 -06:00 by GiteaMirror · 0 comments
Owner

Original Pull Request: https://github.com/actualbudget/actual/pull/6592

State: closed
Merged: Yes


This PR adds three custom checks to the CodeRabbit configuration:

  • Settings check: Evaluates new setting toggles against core design principles to ensure the settings screen remains uncluttered and focused on essential options only
  • Linting check: Prevents the use of oxlint-disable lines
  • Typecheck check: Prevents the use of @ts-strict-ignore comments in new components and utilities

These checks help maintain code quality and design consistency by enforcing best practices during code reviews.

**Original Pull Request:** https://github.com/actualbudget/actual/pull/6592 **State:** closed **Merged:** Yes --- This PR adds three custom checks to the CodeRabbit configuration: - **Settings check**: Evaluates new setting toggles against core design principles to ensure the settings screen remains uncluttered and focused on essential options only - **Linting check**: Prevents the use of oxlint-disable lines - **Typecheck check**: Prevents the use of @ts-strict-ignore comments in new components and utilities These checks help maintain code quality and design consistency by enforcing best practices during code reviews.
GiteaMirror added the pull-request label 2026-02-28 21:30:47 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#6622