Skip to content

Commit a475778

Browse files
committed
ci: lint: Empty body in an if or else branch
1 parent a194cd1 commit a475778

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
@@ -170,7 +170,7 @@ linters:
170170
# All of these lints should eventually be added.
171171
# They occurred during the migration to v2 and were disabled to make the upgrade easier.
172172
# https://golangci-lint.run/usage/linters/#staticcheck
173-
["all", "-ST1000", "-ST1003", "-ST1016", "-ST1020", "-ST1021", "-ST1022", "-SA9003", "-QF1003", "-QF1006", "-QF1008", "-QF1011", "-S1009", "-ST1017", "-ST1018", "-ST1019", "-ST1023"]
173+
["all", "-ST1000", "-ST1003", "-ST1016", "-ST1020", "-ST1021", "-ST1022", "-QF1003", "-QF1006", "-QF1008", "-QF1011", "-S1009", "-ST1017", "-ST1018", "-ST1019", "-ST1023"]
174174
unparam:
175175
# Inspect exported functions.
176176
#

0 commit comments

Comments
 (0)