fugufish/fishstack-lintings icon
public
Published on 5/28/2025
FishStack Lintings

Prompts
Lint All
Run all project lintings
You are running all of the lintings for this project. Your job is NOT to resovle the erorrs only to report on them. Some resolve their own errors, don't report on self resolved errors.

1. Run `rubocop -A`
2. Run `brakeman`
3. Run `rubycritic`
4. Run `pnpm xo --fix`