Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/warpnet/salt-lint
A command-line utility that checks for best practices in SaltStack.
https://github.com/warpnet/salt-lint
hacktoberfest linter linters python salt salt-lint saltstack
Last synced: 29 days ago
JSON representation
A command-line utility that checks for best practices in SaltStack.
- Host: GitHub
- URL: https://github.com/warpnet/salt-lint
- Owner: warpnet
- License: mit
- Created: 2019-04-04T18:06:06.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-02-05T10:39:21.000Z (9 months ago)
- Last Synced: 2024-05-23T08:26:40.511Z (6 months ago)
- Topics: hacktoberfest, linter, linters, python, salt, salt-lint, saltstack
- Language: Python
- Homepage: https://salt-lint.readthedocs.io/en/latest/
- Size: 696 KB
- Stars: 149
- Watchers: 9
- Forks: 36
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: docs/contributing/code_of_conduct.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-linters - salt-lint - A command-line utility (Linters / SaltStack)
README
salt-lint checks Salt State files (SLS) for best practices and behavior that could potentially be improved.
Explore the docs »
Check the Linting Rules
·
Report Bug
·
Request Feature## Demo
[![salt-lint demo](https://raw.githubusercontent.com/warpnet/salt-lint/main/demo.gif?raw=true)](https://asciinema.org/a/377244)## Acknowledgement
The project is heavily based on [ansible-lint](https://github.com/ansible/ansible-lint), with the modified work by [Warpnet B.V.](https://github.com/warpnet). [ansible-lint](https://github.com/ansible/ansible-lint) was created by [Will Thames](https://github.com/willthames) and is now maintained as part of the [Ansible](https://www.ansible.com/) by [Red Hat](https://www.redhat.com) project.