This is a linter plugin for the excellent MegaLinter, checks Salt State files (SLS) for best practices and behavior that could potentially be improved.
To enable this plugin into your Megalinter config, add the following in your .mega-linter.yml:
PLUGINS:
- https://raw.githubusercontent.com/ssc-services/mega-linter-plugin-salt/main/mega-linter-plugin-salt/salt.megalinter-descriptor.yml
ENABLE_LINTERS:
- SALT_SALTLINTBy default, the plugin will scan all *.sls file on your project, which might be broader than you'd like, so you may want to tweak the file selection options using the usual parameters, including:
SALT_DIRECTORYSALT_SALTLINT_FILTER_REGEX_INCLUDESALT_SALTLINT_FILTER_REGEX_EXCLUDESALT_SALTLINT_FILE_EXTENSIONSSALT_SALTLINT_FILE_NAMES_REGEX
For further information have look at the Documentation of MegaLinter.