Skip to content

Commit da84a91

Browse files
committed
style: fix lint failure
1 parent e2e2754 commit da84a91

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.golangci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ linters-settings:
44
statements: 150
55
goconst:
66
min-occurrences: 5
7+
ignore-strings: "^ format $"
78
gocyclo:
89
min-complexity: 20
910
golint:

0 commit comments

Comments
 (0)