From a65a39c0bacad0abb8929205766567ab51a7e124 Mon Sep 17 00:00:00 2001 From: Woen-Sug Choi Date: Fri, 28 Jun 2024 14:01:45 +0900 Subject: [PATCH] dockerfile lint remove (temp) --- .pre-commit-config.yaml | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 396087b4..1ede3f6d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -173,9 +173,14 @@ repos: - "--overwrite" files: '\.(xacro|urdf|sdf|xml|launch|world)$' - - repo: https://github.com/turo/pre-commit-hooks - rev: v4.0.0 # You may version pin this if desired - hooks: - - id: docker-lint - files: \.dockerfile - - id: docker-compose-lint + # Not using dockerfile lint for now + # - repo: https://github.com/pryorda/dockerfilelint-precommit-hooks + # rev: v0.1.0 + # hooks: + # - id: dockerfilelint + # files: \.dockerfile + # - repo: https://github.com/hadolint/hadolint + # rev: v2.12.0 # Use the revision rev you want to point at + # hooks: + # - id: hadolint + # files: \*.dockerfile \ No newline at end of file