diff --git a/precious.toml b/precious.toml index 5ed8137..7702b88 100644 --- a/precious.toml +++ b/precious.toml @@ -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" ]