From 67c2375bba71e7c8c7679a3250afd25f52e89308 Mon Sep 17 00:00:00 2001 From: Ian Fijolek Date: Tue, 14 Jul 2020 17:29:54 -0700 Subject: [PATCH] Remove docker linting for now Drone check doesn't pass. Need to install docker there --- .pre-commit-config.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index eb7725f..3e566c0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -17,8 +17,8 @@ repos: - id: go-imports # - id: gometalinter # - id: golangci-lint - - repo: https://github.com/IamTheFij/docker-pre-commit - rev: v2.0.0 - hooks: - - id: docker-compose-check - - id: hadolint + # - repo: https://github.com/IamTheFij/docker-pre-commit + # rev: v2.0.0 + # hooks: + # - id: docker-compose-check + # - id: hadolint