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 df61470 commit 1d822caCopy full SHA for 1d822ca
pkg/lint/lintersdb/builder_plugin.go
@@ -26,7 +26,7 @@ func NewPluginBuilder(log logutils.Log) *PluginBuilder {
26
return &PluginBuilder{log: log}
27
}
28
29
-// Build loads private linters that are specified in the golangci config file.
+// Build loads private linters that are specified in the golangci-lint config file.
30
func (b *PluginBuilder) Build(cfg *config.Config) []*linter.Config {
31
if cfg == nil || b.log == nil {
32
return nil
0 commit comments