Skip to content

Commit 2dc2134

Browse files
committed
chore: use the new builder signature
1 parent c99bdda commit 2dc2134

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/website/dump_info/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ func main() {
3232
}
3333

3434
func saveLinters() error {
35-
linters := lintersdb.NewLinterBuilder().Build(config.NewDefault())
35+
linters, _ := lintersdb.NewLinterBuilder().Build(config.NewDefault())
3636

3737
var wraps []types.LinterWrapper
3838
for _, l := range linters {

0 commit comments

Comments
 (0)