Skip to content

Commit a6afd05

Browse files
authored
Fix lint check name (#1502)
niliness -> nilness
1 parent 6d48253 commit a6afd05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.golangci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ linters-settings:
2525
govet:
2626
# These govet checks are disabled by default, but they're useful.
2727
enable:
28-
- niliness
28+
- nilness
2929
- reflectvaluecompare
3030
- sortslice
3131
- unusedwrite

0 commit comments

Comments
 (0)