File tree Expand file tree Collapse file tree 2 files changed +19
-17
lines changed
Expand file tree Collapse file tree 2 files changed +19
-17
lines changed Original file line number Diff line number Diff line change 1+ # Code Quality Rules
2+
3+ 1 . Test Coverage:
4+
5+ - Before attempting completion, always make sure that any code changes have test coverage
6+ - Ensure all tests pass before submitting changes
7+
8+ 2 . Lint Rules:
9+
10+ - Never disable any lint rules without explicit user approval
11+
12+ 3 . Styling Guidelines:
13+ - Use Tailwind CSS classes instead of inline style objects for new markup
14+ - VSCode CSS variables must be added to webview-ui/src/index.css before using them in Tailwind classes
15+ - Example: ` <div className="text-md text-vscode-descriptionForeground mb-2" /> ` instead of style objects
16+
17+ # Adding a New Setting
18+
19+ To add a new setting that persists its state, follow the steps in cline_docs/settings.md
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments