Skip to content

Commit

Permalink
add fix to golangci linter hook
Browse files Browse the repository at this point in the history
  • Loading branch information
ocofaigh authored Dec 17, 2024
1 parent c9556fd commit 2e1a9be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module-assets/.pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2e1a9be

Please sign in to comment.