Home

Awesome

mega-linter-plugin-salt

This is a linter plugin for the excellent MegaLinter, checks Salt State files (SLS) for best practices and behavior that could potentially be improved.

Usage

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_SALTLINT

By 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:

For further information have look at the Documentation of MegaLinter.