Skip to content

Commit

Permalink
Fix precious config for shellcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
autarch committed May 11, 2024
1 parent 6bd51c8 commit 1960126
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions precious.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,6 @@ ignore_stderr = [ "Code style issues" ]
[commands.shellcheck]
type = "lint"
include = "**/*.sh"
cmd = [ "shellcheck" ]
lint_flags = "--check"
tidy_flags = "--write"
cmd = "shellcheck"
ok_exit_codes = 0
lint_failure_exit_codes = 1
ignore_stderr = [ "Code style issues" ]

0 comments on commit 1960126

Please sign in to comment.