lnreader icon indicating copy to clipboard operation
lnreader copied to clipboard

Update lint script to automatically fix issues

Open mrissaoussama opened this issue 5 months ago • 1 comments

Just added --fix to automatically fix auto correctable errors

mrissaoussama avatar Oct 11 '25 22:10 mrissaoussama

Auto-fixing lint should be done in pre-commit hooks for instant feedback; CI should only enforce lint and fail on issues, not auto-fix.

rajarsheechatterjee avatar Oct 18 '25 16:10 rajarsheechatterjee