Skip to content

Commit

Permalink
chore: fix linter to allow go mod replace for kingpin
Browse files Browse the repository at this point in the history
  • Loading branch information
utkuozdemir committed Feb 15, 2023
1 parent 6587fc2 commit 01f1636
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,6 @@ linters-settings:
local-prefixes: github.com/utkuozdemir/nvidia_gpu_exporter
goconst:
ignore-tests: true
gomoddirectives:
replace-allow-list:
- gopkg.in/alecthomas/kingpin.v2

0 comments on commit 01f1636

Please sign in to comment.