Sync .cursor from detections

This commit is contained in:
Oleksandr Bezdieniezhnykh
2026-04-12 05:05:10 +03:00
parent bc69fd4b0a
commit 33a3c80cf5
67 changed files with 2555 additions and 1871 deletions
+11
View File
@@ -0,0 +1,11 @@
---
description: "Enforces linter checking, formatter usage, and quality verification after code edits"
alwaysApply: true
---
# Quality Gates
- After substantive code edits, run `ReadLints` on modified files and fix introduced errors
- Before committing, run the project's formatter if one exists (black, rustfmt, prettier, dotnet format)
- Respect existing `.editorconfig`, `.prettierrc`, `pyproject.toml [tool.black]`, or `rustfmt.toml`
- Do not commit code with Critical or High severity lint errors
- Pre-existing lint errors should only be fixed if they're in the modified area