Skip to content

Commit

Permalink
Update deprecated golanglint-ci config
Browse files Browse the repository at this point in the history
  • Loading branch information
metalmatze committed May 27, 2024
1 parent ea8d16f commit beeca32
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .errcheck_excludes.txt

This file was deleted.

4 changes: 3 additions & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ linters-settings:
- pkg: github.com/segmentio/parquet-go
desc: Use github.com/parquet-go/parquet-go instead
errcheck:
exclude: ./.errcheck_excludes.txt
exclude-functions:
- (github.com/go-kit/log.Logger).Log
- (hash.Hash).Write
goimports:
local-prefixes: github.com/parca-dev/parca
gofumpt:
Expand Down

0 comments on commit beeca32

Please sign in to comment.