mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
698 B
698 B
Code Quality Rules
-
Test Coverage:
- Before attempting completion, always make sure that any code changes have test coverage
- Ensure all tests pass before submitting changes
-
Lint Rules:
- Never disable any lint rules without explicit user approval
-
Styling Guidelines:
- Use Tailwind CSS classes instead of inline style objects for new markup
- VSCode CSS variables must be added to webview-ui/src/index.css before using them in Tailwind classes
- Example:
<div className="text-md text-vscode-descriptionForeground mb-2" />instead of style objects
Adding a New Setting
To add a new setting that persists its state, follow the steps in docs/settings.md