Skip to content
Dashboard

Static Tool Auto-Fixes

Deterministic fixes via ruff, eslint, prettier — zero LLM cost, runs in sandbox. Formatting and trivial lint issues are fixed automatically.

339
Total Auto-Fixes
~2.4M
LLM Tokens Saved
0.8s
Avg Fix Time
100%
Success Rate
📐ESLintActive

JavaScript/TypeScript linting and auto-fix

142 fixes appliedLast: 1h ago
🎨PrettierActive

Code formatting — consistent style across all files

89 fixes appliedLast: 1h ago
🐍RuffActive

Python linting and formatting (replaces flake8, isort, black)

67 fixes appliedLast: 3h ago
🦀rustfmtActive

Rust code formatting with cargo fmt

23 fixes appliedLast: 1d ago
🐹gofmtActive

Go code formatting — standard Go style

18 fixes appliedLast: 2d ago
Recent Auto-Fixes
ESLintsrc/components/Header.tsx
12m ago
no-unused-varsRemoved unused import 'React'
Prettiersrc/utils/format.ts
12m ago
trailingCommaAdded trailing comma to function params
ESLintsrc/hooks/useAuth.ts
1h ago
prefer-constChanged let → const for 3 variables
Ruffscripts/deploy.py
3h ago
F401Removed unused import: os.path
Prettiersrc/pages/Dashboard.tsx
3h ago
printWidthReformatted 4 lines exceeding 100 chars
ESLintsrc/api/routes.ts
5h ago
import/orderReordered imports: externals → internals