We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e466e4b commit adff736Copy full SHA for adff736
scripts/website/dump_info/main.go
@@ -32,7 +32,7 @@ func main() {
32
}
33
34
func saveLinters() error {
35
- linters := lintersdb.NewLinterBuilder().Build(config.NewDefault())
+ linters, _ := lintersdb.NewLinterBuilder().Build(config.NewDefault())
36
37
var wraps []types.LinterWrapper
38
for _, l := range linters {
scripts/website/expand_templates/thanks.go
@@ -20,7 +20,7 @@ type authorDetails struct {
20
func getThanksList() string {
21
addedAuthors := map[string]*authorDetails{}
22
23
24
25
for _, lc := range linters {
26
if lc.Internal {
0 commit comments