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

Support passing arbitrary arguments to shellcheck #15

Open
ian-h-chamberlain opened this issue Feb 9, 2023 · 0 comments
Open

Support passing arbitrary arguments to shellcheck #15

ian-h-chamberlain opened this issue Feb 9, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@ian-h-chamberlain
Copy link

Semi-related to #14

This set of rules looks really promising! I was able to get it up and running easily, but I noticed there doesn't seem to be any way to pass arguments to shellcheck, which can be useful for a variety of reasons:

  • --color= argument
  • --include / --exclude to control which lints are run
  • --format= for alternative output formats

Would you consider exposing an args=[] parameter on the main rule for these purposes? I can probably work around it by defining my own rule in the meantime, but this seems like something that others would probably find useful as well.

@aignas aignas added the enhancement New feature or request label Oct 26, 2023
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

2 participants