Lint

Lint and format code

kalbasit eccb97f 493 B Updated

File contents

// turbo-all

  1. Run standard linter (with fix enabled by default as preferred in CLAUDE.md):
nix develop --command golangci-lint run --fix
  1. (Optional) Run linter on specific files:
nix develop --command golangci-lint run --fix $FILE
  1. Format all files using Nix:
nix fmt
  1. (If SQL files modified) Lint SQL files:
nix develop --command sqlfluff lint db/query.*.sql db/migrations/

kalbasit/ncps/tree/main/.agent/skills/lint commit eccb97fab0

Frequently asked questions

npx skillmds@latest add kalbasit/lint