summaryrefslogtreecommitdiff
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2020-01-15 23:51:22 +0100
committerGitHub <noreply@github.com>2020-01-15 23:51:22 +0100
commite1e405b70d687897423d0d1c327efd9bea190dff (patch)
treed2abce1febe1bf7f2c2a8d741f0c4010d4cf5e2b /.pre-commit-config.yaml
parent741e29caf39c57551724a48265f6d9641f8f6fe0 (diff)
parente9cd3319cf14b3d9484c4e6d7aa5040509a81653 (diff)
downloadpodman-e1e405b70d687897423d0d1c327efd9bea190dff.tar.gz
podman-e1e405b70d687897423d0d1c327efd9bea190dff.tar.bz2
podman-e1e405b70d687897423d0d1c327efd9bea190dff.zip
Merge pull request #4807 from ssbarnea/fix/pre-commit
Enable pre-commit linting
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r--.pre-commit-config.yaml12
1 files changed, 12 insertions, 0 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
new file mode 100644
index 000000000..4de8e4c12
--- /dev/null
+++ b/.pre-commit-config.yaml
@@ -0,0 +1,12 @@
+---
+exclude: ^vendor/
+repos:
+ - repo: https://github.com/pre-commit/pre-commit-hooks.git
+ rev: v2.4.0
+ hooks:
+ - id: end-of-file-fixer
+ - id: trailing-whitespace
+ - id: mixed-line-ending
+ - id: check-byte-order-marker
+ - id: check-executables-have-shebangs
+ - id: check-merge-conflict