File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 37
37
{{ partial "shortcodes/badge.html" (dict
38
38
"border" false
39
39
"icon" "calendar"
40
+ "class" "hx:mx-1"
40
41
"content" (print "Since golangci-lint " .since)
41
42
)
42
43
}}
43
44
{{ if .deprecation -}}
44
45
{{ partial "shortcodes/badge.html" (dict
45
46
"border" true
46
47
"icon" "sparkles"
48
+ "class" "hx:mx-1"
47
49
"content" (print "Deprecated since " .deprecation.since)
48
50
"type" "error"
49
51
)
53
55
{{ partial "shortcodes/badge.html" (dict
54
56
"border" false
55
57
"icon" "sparkles"
58
+ "class" "hx:mx-1"
56
59
"content" "New"
57
60
"type" "warning"
58
61
)
62
65
{{ partial "shortcodes/badge.html" (dict
63
66
"border" false
64
67
"icon" "sparkles"
68
+ "class" "hx:mx-1"
65
69
"content" "Autofix"
66
70
"type" "info"
67
71
)
72
76
{{ partial "shortcodes/badge.html" (dict
73
77
"border" true
74
78
"icon" "github"
79
+ "class" "hx:mx-1"
75
80
"content" "Repository"
76
81
"link" .originalURL
77
82
)
You can’t perform that action at this time.
0 commit comments