Skip to content

Commit 1d822ca

Browse files
committed
chore: fix a typo
1 parent df61470 commit 1d822ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/lint/lintersdb/builder_plugin.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ func NewPluginBuilder(log logutils.Log) *PluginBuilder {
2626
return &PluginBuilder{log: log}
2727
}
2828

29-
// Build loads private linters that are specified in the golangci config file.
29+
// Build loads private linters that are specified in the golangci-lint config file.
3030
func (b *PluginBuilder) Build(cfg *config.Config) []*linter.Config {
3131
if cfg == nil || b.log == nil {
3232
return nil

0 commit comments

Comments
 (0)