From 2e1a9be79daab3c7e6c681a389431b8998e457a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Conall=20=C3=93=20Cofaigh?= Date: Tue, 17 Dec 2024 19:36:02 +0000 Subject: [PATCH] add fix to golangci linter hook --- module-assets/.pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module-assets/.pre-commit-config.yaml b/module-assets/.pre-commit-config.yaml index 8a9fd3fa..28fdcb4f 100644 --- a/module-assets/.pre-commit-config.yaml +++ b/module-assets/.pre-commit-config.yaml @@ -137,7 +137,7 @@ repos: description: Fast linters runner for Go. entry: bash ci/golangci-lint.sh types: [go] - language: golang + language: system # see https://github.com/pre-commit/pre-commit/issues/3219#issuecomment-2152312215 pass_filenames: false # This will be going away once the metadata for the "add_overview" hook is rolled out to all repos - id: add_examples_modules