Skip to content

Commit e9b69f4

Browse files
committed
Update type in golangci-lint config
1 parent 8a7fb7c commit e9b69f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.golangci.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ excludes = [
7474

7575
[linters-settings.govet]
7676
enable-all = true
77-
disable = "shadow"
77+
disable = ["shadow"]
7878

7979
[linters-settings.lll]
8080
line-length = 120

0 commit comments

Comments
 (0)