lint

star 169

Lint code with swiftlint and swiftformat

adamayoung By adamayoung schedule Updated 6/10/2026

name: lint description: Lint code with swiftlint and swiftformat

Lint code

Run make lint from the project root to check code style (swiftlint --strict + swiftformat --lint).

Run this directly — it is fast and low-output, so delegating to a subagent would cost more (subagent overhead) than it saves.

If you see superfluous_disable_command errors on files you did not just change, it is usually a swiftlint version-drift artifact (the pin is swiftlint 0.63.2 / swiftformat 0.61.1), not a real violation. Run /format to auto-fix fixable violations.

Install via CLI
npx skills add https://github.com/adamayoung/TMDb --skill lint
Repository Details
star Stars 169
call_split Forks 45
navigation Branch main
article Path SKILL.md
More from Creator