Skip to content

Commit

Permalink
adds armon/go-metrics to allowed depencies for golantci-linter
Browse files Browse the repository at this point in the history
  • Loading branch information
Eclion committed Aug 26, 2024
1 parent 4caed4f commit 95f391d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ linters-settings:
# List of allowed packages.
allow:
- $gostd
- github.com/armon/go-metrics
- github.com/BurntSushi/toml
- github.com/Masterminds/sprig/v3
- github.com/davecgh/go-spew/spew
Expand Down Expand Up @@ -90,4 +91,4 @@ linters-settings:

run:
timeout: 10m
concurrency: 4
concurrency: 4

0 comments on commit 95f391d

Please sign in to comment.