Skip to content

Commit

Permalink
add golintci exclusions
Browse files Browse the repository at this point in the history
  • Loading branch information
QuantumEnigmaa committed May 22, 2024
1 parent 4c45dfb commit de887f7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ issues:
linters:
- dupl
- lll
- path: "pkg/monitoring/prometheusagent/secret.go"
linters:
- gosec
- path: "pkg/monitoring/mimir/service.go"
linters:
- gosec
linters:
disable-all: true
enable:
Expand Down

0 comments on commit de887f7

Please sign in to comment.