We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f90632 commit f3b997fCopy full SHA for f3b997f
scripts/website/expand_templates/linters.go
@@ -65,7 +65,7 @@ func getLintersListMarkdown(enabled bool, src string) string {
65
66
lines := []string{
67
"|Name|Description|AutoFix|Since|",
68
- "|---|---|---|---|---|",
+ "|----|-----------|-------|-----|",
69
}
70
71
for _, lc := range neededLcs {
0 commit comments