Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
review
  • Loading branch information
ldez committed Jul 17, 2022
commit 6bc21d25dfbe98e994afcb97358b6745c14365a0
2 changes: 1 addition & 1 deletion pkg/golinters/asasalint.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ func NewAsasalint(setting *config.AsasalintSettings) *goanalysis.Linter {

a, err := asasalint.NewAnalyzer(cfg)
if err != nil {
linterLogger.Fatalf("asasalint: create analyzer")
linterLogger.Fatalf("asasalint: create analyzer: %v", err)
}

return goanalysis.NewLinter(
Expand Down