warpnet / salt-lint

A command-line utility that checks for best practices in SaltStack.
https://salt-lint.readthedocs.io/en/latest/
MIT License
154 stars 39 forks source link

fix: ensure all excluded paths are included #231

Closed roaldnefs closed 3 years ago

roaldnefs commented 3 years ago

Ensure all the excluded paths provided in the configuration and/or via the CLI are passed to the runner.

Fixes #230