Skip to content

Commit 592bed7

Browse files
committed
Clean up golangci-lint configuration
1 parent 7d82d3d commit 592bed7

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.golangci.yaml

+1-6
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ linters-settings:
1515
- standard
1616
- default
1717
- prefix(github.com/open-telemetry/opentelemetry-operator)
18-
maligned:
19-
suggest-new: true
2018
misspell:
2119
locale: US
2220
ignore-words:
@@ -27,9 +25,6 @@ linters-settings:
2725
- kilometre
2826
- kilometres
2927
govet:
30-
# report about shadowed variables
31-
shadow: true
32-
3328
# settings per analyzer
3429
settings:
3530
printf: # analyzer name, run `go tool vet help` to see all analyzers
@@ -46,7 +41,7 @@ linters-settings:
4641
gofmt:
4742
simplify: true
4843
revive:
49-
min-confidence: 0.8
44+
confidence: 0.8
5045

5146
depguard:
5247
rules:

0 commit comments

Comments
 (0)