Skip to content

Commit

Permalink
Merge branch 'main' into narcis/k8sclusterreceiver
Browse files Browse the repository at this point in the history
  • Loading branch information
narcis96 authored Dec 11, 2024
2 parents 23618c5 + 28ede1d commit 36dd411
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,13 +80,8 @@ linters-settings:
revive:
# minimal confidence for issues, default is 0.8
min-confidence: 0.8

gofmt:
# simplify code: gofmt with `-s` option, true by default
simplify: true
rewrite-rules:
- pattern: interface{}
replacement: any
rules:
- name: use-any

goimports:
# put imports beginning with prefix after 3rd-party packages;
Expand Down

0 comments on commit 36dd411

Please sign in to comment.