Skip to content

Commit

Permalink
pre-commit: shellcheck (not run by default)
Browse files Browse the repository at this point in the history
  • Loading branch information
manics authored and consideRatio committed Jan 20, 2021
1 parent aca9181 commit 0e01de9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,8 @@ repos:
entry: chartpress --reset
language: system
pass_filenames: false

# The hooks in this file are automatically installed by pre-commit, but shellcheck
# must be manually installed so it is included in .pre-commit-shellcheck.yaml
# instead. To run it:
# pre-commit run --config .pre-commit-shellcheck.yaml --all-files
5 changes: 5 additions & 0 deletions .pre-commit-shellcheck.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
repos:
- repo: https://github.com/gruntwork-io/pre-commit
rev: v0.1.10
hooks:
- id: shellcheck

0 comments on commit 0e01de9

Please sign in to comment.