We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0aae8ee commit e3229e9Copy full SHA for e3229e9
.golangci.yml
@@ -25,6 +25,9 @@ linters:
25
# Correct spellings using locale preferences for US or UK.
26
# Default is to use a neutral variety of English.
27
# Setting locale to US will correct the British spelling of 'colour' to 'color'.
28
+ locale: US
29
+ ignore-words:
30
+ - finalise
31
depguard:
32
rules:
33
forbid-pkg-errors:
0 commit comments