Collection of functional linter executables (yamllint, tflint, shfmt, stylelint, eslint, etc.)
10K+
Copy these files to the base directory of your git repo:
git commit -a ... workflow with gac aliasalias gac='git add -u && git commit'
./linter.sh install
linter:
variables:
DOCKER_TLS_CERTDIR: /certs
image: docker:20.10.16
services:
- docker:20.10.16-dind
stage: test
allow_failure: true
script:
- "LANG=en_US.UTF-8 docker run -t --rm -v $(pwd):/src:ro schaefj/linter"
Content type
Image
Digest
sha256:d05d449b1…
Size
4.4 GB
Last updated
4 months ago
docker pull schaefj/linter