tombruijn/lintje
Lintje is a Git Linter for People.
docker run --volume "$(pwd):/app" --workdir "/app" --rm tombruijn/lintje
It support all the options and flags that Lintje does normally on the command line.
docker run --volume "$(pwd):/app" --workdir "/app" --rm tombruijn/lintje HEAD~5...HEAD --color --no-hints
The examples above show an example where the current directory is mounted on Linux/macOS and used a working directory. Then Lintje is run in that directory in the Docker container in which the Git history is validated. When the validation is done the container is stopped and removed.
latest
: The latest
tag always corresponds to the latest released Lintje version. This is automatically updated to the latest version when it's released.#.#.#
: The numbered tags like 0.7.1
correspond to same version of Lintje.This image is based on the Alpine Linux image and ships for the following architectures:
linux/amd64
- x86 64-bitlinux/arm/v7
- ARM 64-bitlinux/arm64
- ARM 64-bitdocker pull tombruijn/lintje