Linter for gitignore, dockerignore and other ignore files
- Crystal 95.4%
- Shell 3.3%
- Dockerfile 1.1%
- Makefile 0.2%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
|
Some checks are pending
published / artifacts-are-ok (push) Blocked by required conditions
published / binaries-are-released (amd64, linux) (push) Blocked by required conditions
published / container-is-ok (push) Blocked by required conditions
published / container-is-verified (push) Blocked by required conditions
published / container-ready-to-test (push) Blocked by required conditions
published / image-has-sbom (push) Blocked by required conditions
published / image-is-attested (kiota) (push) Blocked by required conditions
published / image-is-ready (push) Blocked by required conditions
published / image-is-secure (push) Blocked by required conditions
published / image-is-signed (push) Blocked by required conditions
published / images-are-ok (push) Blocked by required conditions
published / publish-image (push) Blocked by required conditions
published / published (push) Blocked by required conditions
published / ready-to-publish (push) Blocked by required conditions
published / secrets-ready (push) Blocked by required conditions
published / signing-is-ready (push) Has been skipped
published / fetched (push) Successful in 1s
published / projectfile-is-valid (push) Successful in 4s
published / source-is-secure (push) Successful in 9s
published / source-is-tested (push) Successful in 9s
published / source-is-compliant (push) Successful in 9s
published / projectfile-is-ok (push) Successful in 5s
published / binaries-are-built (amd64, linux) (push) Successful in 20s
published / binaries-are-ok (push) Successful in 0s
published / source-passes-lint (push) Successful in 43s
published / source-is-ok (push) Successful in 0s
published / documentation-passes-lint (push) Successful in 51s
published / documentation-is-ok (push) Successful in 0s
published / inputs-are-ok (push) Successful in 0s
published / image-is-built (push) Has started running
|
||
| .compose | ||
| .container | ||
| .forgejo/workflows | ||
| .github/workflows | ||
| .makefile | ||
| .scripts | ||
| docs | ||
| LICENSES | ||
| spec | ||
| specifications | ||
| src | ||
| .claudeignore | ||
| .containerignore | ||
| .dockerignore | ||
| .gitattributes | ||
| .gitignore | ||
| .gitmodules | ||
| AI_POLICY.md | ||
| CITATION.cff | ||
| CODE_OF_CONDUCT.md | ||
| CODEOWNERS | ||
| CONTRIBUTING.md | ||
| Dockerfile | ||
| FEATURES.md | ||
| lefthook.yaml | ||
| LICENSE | ||
| Makefile | ||
| projectfile.yaml | ||
| README.md | ||
| SECURITY.md | ||
| shard.lock | ||
| shard.lock.license | ||
| shard.yml | ||
| SUPPORT.md | ||
Ignorelint
Linter for gitignore, dockerignore and 20+ other ignore files
Features
- Autofix that preserves file meaning
- Dead-rule detection against the live filesystem
- Whole-tree discovery for monorepos
- Output pipelines can parse
- Policy lives in projectfile.yaml
- Suppressions for intentional exceptions
Inherited from B19/Ubuntu
- Persistent APT cache across builds
- Service process management with log routing (b19-exec)
- Cached artifact downloads with integrity verification
- Timed command execution with failure reporting (b19-run)
- Run-once initialization (bootstrap.d)
- Modular build hooks (build.d)
- Automatic CPU count detection
- Declarative dependency management (b19-deps)
- Pluggable startup system (entrypoint.d)
- Feature toggles for all subsystems
- Built-in health monitoring (healthcheck.d)
- Multilingual shell output (b19-i18n)
- Image lineage tracking
- Structured, level-filtered logging (b19-log)
- Non-root container by default
- Air-gapped / offline build and runtime support
- Runtime overlay injection
- Reproducible base image (pinned by digest)
- Port validation
- Unified lifecycle runner family
- Docker secrets auto-loading
- Interactive shell hooks
- Graceful signal handling
- Jinja2 configuration templates (minijinja-cli)
- Built-in test framework (test.d)
- Pre-installed utility tools
- XDG Base Directory paths
See FEATURES.md for the full list.
What this provides
- Executable
ignorelint - Container image
ghcr.io/damian-buho/damian-buho/ignorelint:latest
Installation
Pull the published container image:
Pull from GHCR
docker pull ghcr.io/damian-buho/damian-buho/ignorelint:latest
Stable releases also publish X.Y.Z, X.Y and X tags — pull the precision you want to pin.
If the registries above are unreachable, pull from the origin instead:
Pull from Kiota
docker pull kiota.ch/damian-buho/ignorelint:latest
Usage
Run a tool from the image against the current directory:
From GHCR
docker run --rm --volume "$PWD:/work" --workdir /work ghcr.io/damian-buho/damian-buho/ignorelint:latest <tool> [args]
Building
Run make with no arguments for the default target; run make help to list every target.
For the local dev loop, make dev-container brings up the dev-container.
Pipeline entry points:
make analyze— Run the heavy analysis sweep (mutation testing, benchmarks)make audited— Re-scan the pinned dependencies and published artifacts for new vulnerabilitiesmake check-outdated— Report every pinned dependency that lags upstreammake ready-to-publish— Run the pseudo-CI pipeline locally — build, test and scan, without publishing
Policies
Links
License
This project is licensed under MIT — see the LICENSE file for details.