forked from turbaszek/snowplow-gcp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.pre-commit-config.yaml
47 lines (47 loc) · 1.2 KB
/
.pre-commit-config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
---
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.3.0
hooks:
- id: end-of-file-fixer
- id: check-merge-conflict
- id: debug-statements
- id: detect-private-key
- id: end-of-file-fixer
- id: mixed-line-ending
- id: check-executables-have-shebangs
- id: trailing-whitespace
# - id: insert-license
# name: Add license for all yaml and tf files
# files: \.tf$|\.yaml$|\.sh$
# exclude: ^\.github/.*$
# args:
# - --comment-style
# - "|#|"
# - --license-filepath
# - license-templates/LICENSE.txt
# - --fuzzy-match-generates-todo
# - id: insert-license
# name: Add license for all md files
# files: \.md$
# exclude: ^\.github/.*$
# args:
# - --comment-style
# - "<!--|| -->"
# - --license-filepath
# - license-templates/LICENSE.txt
# - --fuzzy-match-generates-todo
- repo: https://github.com/thlorenz/doctoc.git
rev: v1.4.0
hooks:
- id: doctoc
name: Add TOC for md files
files: ^README\.md$|^CONTRIBUTING\.md$
args:
- "--maxlevel"
- "2"
- repo: git://github.com/antonbabenko/pre-commit-terraform
rev: v1.31.0
hooks:
- id: terraform_fmt
# - id: terraform_docs