Skip to content

Commit e3229e9

Browse files
committed
fix golang-lint-error
Signed-off-by: shouchen.zz <shouchen.zz@gmail.com> Signed-off-by: 守辰 <shouchen.zz@alibaba-inc.com>
1 parent 0aae8ee commit e3229e9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.golangci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ linters:
2525
# Correct spellings using locale preferences for US or UK.
2626
# Default is to use a neutral variety of English.
2727
# Setting locale to US will correct the British spelling of 'colour' to 'color'.
28+
locale: US
29+
ignore-words:
30+
- finalise
2831
depguard:
2932
rules:
3033
forbid-pkg-errors:

0 commit comments

Comments
 (0)