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

add shellcheck configuation #765

Merged
merged 1 commit into from
May 11, 2023
Merged

add shellcheck configuation #765

merged 1 commit into from
May 11, 2023

Conversation

LucasLarson
Copy link
Owner

universally disable:

  • SC1071 (to allow conforming shells besides sh, bash, ksh, dash)
  • SC1091 (to allow linking to, but not following, linked scripts)
  • SC2123 (to allow $PATH modification)
  • SC2312 (to allow masking return values)

Signed-off-by: Lucas Larson <LucasLarson@riseup.net>
@LucasLarson LucasLarson merged commit ccc6f7d into main May 11, 2023
@LucasLarson LucasLarson deleted the shellcheckrc branch May 11, 2023 22:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant