lint
Installation
SKILL.md
Rails Linting Guide
Run linting tools and fix issues before pushing code.
Workflow
1. Check What Changed
git diff --name-only HEAD~1
# or for unstaged changes
git diff --name-only
Run linting tools and fix issues before pushing code.
git diff --name-only HEAD~1
# or for unstaged changes
git diff --name-only