Skip to content

Commit

Permalink
Fix linter issue
Browse files Browse the repository at this point in the history
  • Loading branch information
breml committed Nov 6, 2021
1 parent e0c4c4f commit 5e88d47
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/bidichk/bidichk.go
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ type bidichk struct {
disallowedRunes disallowedRunes
}

// NewAnalyzer return a new bidichk analyzer.
func NewAnalyzer() *analysis.Analyzer {
bidichk := bidichk{}
bidichk.disallowedRunes = make(map[string]rune, len(runeLookup))
Expand Down

0 comments on commit 5e88d47

Please sign in to comment.