Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: add option for salt-lint arguments #9

Open
atezet opened this issue Nov 1, 2019 · 0 comments
Open

Feature: add option for salt-lint arguments #9

atezet opened this issue Nov 1, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@atezet
Copy link
Contributor

atezet commented Nov 1, 2019

Right now, ignoring rules and other command-line arguments can be passed to salt-lint using the args option:

"salt-lint":
{
	"args": ["-x", "201", "203"],
},

However, it would be nice to have this, and other options, natively added, s.t. they can be used as:

"salt-lint":
{
	"ignore": ["201", "203"],
},
@atezet atezet added the enhancement New feature or request label Nov 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant