Skip to content

Commit

Permalink
test: enable parallel pre-commit shellcheck
Browse files Browse the repository at this point in the history
SC1090 appears to be the only thing requiring serial runs, but we have
it disabled anyway.
  • Loading branch information
scop committed Apr 25, 2020
1 parent fd19ea0 commit 48ab77e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ repos:
types: [text]
files: ^(bash_completion|completions/.+|test/run*|.+\.sh(\.in)?)$
exclude: completions/(\.gitignore|Makefile.*)$
require_serial: false # We disable SC1090 anyway, so parallel is ok
- repo: https://github.com/perltidy/perltidy
rev: cbb4a687dd331db69219599d84d527397402efdd
hooks:
Expand Down

0 comments on commit 48ab77e

Please sign in to comment.