Skip to content

Commit e9959f6

Browse files
authored
Fix lint error (#728)
* fix: lint error * fix: lint error
1 parent af13f2d commit e9959f6

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

.golangci.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,13 @@ issues:
1515

1616
- linters:
1717
- typecheck
18-
text: 'syscall/js'
18+
text: "syscall/js"
1919
- linters:
2020
- staticcheck
21-
text: 'SA9003'
21+
text: "SA9003"
2222
- linters:
2323
- typecheck
24-
text: 'by package vert'
24+
text: "by package vert"
25+
- linters:
26+
- typecheck
27+
text: "vert."

0 commit comments

Comments
 (0)