Skip to content

Commit f3b997f

Browse files
committed
fix: table
1 parent 4f90632 commit f3b997f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/website/expand_templates/linters.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ func getLintersListMarkdown(enabled bool, src string) string {
6565

6666
lines := []string{
6767
"|Name|Description|AutoFix|Since|",
68-
"|---|---|---|---|---|",
68+
"|----|-----------|-------|-----|",
6969
}
7070

7171
for _, lc := range neededLcs {

0 commit comments

Comments
 (0)