Skip to content

Commit

Permalink
Add pre-commit configuration file
Browse files Browse the repository at this point in the history
  • Loading branch information
FacundoAcevedo committed Jan 2, 2022
1 parent f6f0b5b commit 769a7f6
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.2.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-yaml
- id: check-added-large-files
- id: check-case-conflict
- id: check-executables-have-shebangs
- id: check-json
- id: pretty-format-json
- id: detect-private-key
- repo: https://github.com/hadolint/hadolint
rev: v2.8.0
hooks:
- id: hadolint
- repo: https://github.com/gruntwork-io/pre-commit
rev: v0.1.16
hooks:
- id: shellcheck
exclude: ^(files/manifests/|templates/)

0 comments on commit 769a7f6

Please sign in to comment.