Docker image bundling multiple linters for AI agent use. Provides consistent code quality checking without installing tools locally.
| Tool | Language/Format |
|---|---|
| ruff | Python |
| biome | JavaScript/TypeScript/JSON |
| hadolint | Dockerfiles |
| tflint | Terraform |
docker run --rm -v "$(pwd):/workspace:ro" \
kpericak/ai-lint-toolkit:latest \
-c "ruff check /workspace"