Container images for CI
During the development of my websites, programs and scripts, I frequently use multiple tools that provide syntax/linting checking or automatic code testing. To be able to use these in an automatic CI/CD environment I have made some simple container images for most of them, with sometimes even a custom wrapper script to simplify it.
Some reusable stable images are listed below:
- Yamllint (YAML)
- Jsonlint (JSON)
- ESLint (Javascript/Typescript)
- Flake8 (Python)
- Pylint (Python)
- Pytest (Python)
- Shellcheck (CSS/SCSS)
- Stylelint (Bash)
- PSScriptAnalyzer (Powershell)
