Skip to content

Commit

Permalink
Create .pre-commit-hooks.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
itxx00 authored Jul 9, 2020
1 parent c7e883f commit 7fe02b1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .pre-commit-hooks.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# See https://pre-commit.com for more information
- id: shellcheck
name: shellcheck shell scripts
description: Validate shell scripts with shellcheck running with system shellcheck command
language: system
entry: shellcheck
types: [shell]

0 comments on commit 7fe02b1

Please sign in to comment.