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 ShellCheck CLI options #4

Open
bewuethr opened this issue May 18, 2020 · 0 comments
Open

Support ShellCheck CLI options #4

bewuethr opened this issue May 18, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@bewuethr
Copy link
Owner

bewuethr commented May 18, 2020

Could this include the --external-sources argument? It would be great to have a with property in which all possible arguments supported by shellcheck could be configured:

- name: Shellcheck
  uses: bewuethr/shellcheck-action@v2
  with:
    external_sources: .env
    severity: info
    include: [CODE1, CODE2]
    exclude: [CODE4, CODE5]

Originally posted by @asbjornu in #2 (comment)

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
Status: No status
Development

No branches or pull requests

1 participant