From ca3e38c99981ce77a10341cf23dac7c7c9e0fd35 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Fri, 4 Jun 2021 17:29:03 +0300 Subject: [PATCH] GitLab CI linting is broken again. I'm getting 401 or 403 with the project set. --- .pre-commit-config.yaml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 39aa265..4baed11 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -47,11 +47,3 @@ repos: hooks: - id: hadolint - id: docker-compose - - - repo: https://gitlab.com/devopshq/gitlab-ci-linter - rev: v1.0.3 - hooks: - - id: gitlab-ci-linter - args: - - "--server" - - https://git.shore.co.il -- GitLab