Skip to content

Commit

Permalink
Merge pull request #220 from Artoria2e5/patch-3
Browse files Browse the repository at this point in the history
pre-commit-config: only run shellcheck on the final thing
  • Loading branch information
slimm609 authored Jul 22, 2023
2 parents ac66572 + c822a86 commit 7694735
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ repos:
- id: shfmt
args: ["-sr", "-i", "2", "-ci", "-w"]
- id: shellcheck
args: ["-e", "SC2154,SC2164,SC2129,SC2028"]
files: ^checksec$
- repo: https://github.com/Lucas-C/pre-commit-hooks
rev: v1.2.0
hooks:
Expand Down

0 comments on commit 7694735

Please sign in to comment.