Skip to content

Commit b814e5b

Browse files
allow viper in linter
1 parent 853ffed commit b814e5b

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.golangci.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ linters:
2121
main:
2222
files:
2323
- $all
24-
- '!$test'
24+
- "!$test"
2525
allow:
2626
- $gostd
2727
- github.com/gocarina/gocsv
@@ -57,6 +57,8 @@ linters:
5757
- github.com/openfga/openfga
5858
- github.com/stretchr
5959
- go.uber.org/mock/gomock
60+
- github.com/spf13/cobra
61+
- github.com/spf13/viper
6062
funlen:
6163
lines: 120
6264
statements: 80

0 commit comments

Comments
 (0)