2
0
Victor Seva 1 жил өмнө
parent
commit
db574e43e2
1 өөрчлөгдсөн 12 нэмэгдсэн , 0 устгасан
  1. 12 0
      .pre-commit-config.yaml

+ 12 - 0
.pre-commit-config.yaml

@@ -0,0 +1,12 @@
+repos:
+  - repo: https://github.com/pre-commit/pre-commit-hooks
+    rev: v1.2.3
+    hooks:
+      - id: trailing-whitespace
+      - id: check-merge-conflict
+      - id: mixed-line-ending
+      - id: end-of-file-fixer
+  - repo: https://github.com/koalaman/shellcheck-precommit
+    rev: v0.10.0
+    hooks:
+      - id: shellcheck