Skip to content

Commit

Permalink
Fix unused lint
Browse files Browse the repository at this point in the history
Signed-off-by: George Robinson <[email protected]>
  • Loading branch information
grobinson-grafana committed Aug 9, 2023
1 parent e3f471b commit bb4e042
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions matchers/parse/lexer.go
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,7 @@ func (l *Lexer) accept(valid string) bool {
return false
}

// nolint:unused
func (l *Lexer) acceptRun(valid string) {
for strings.ContainsRune(valid, l.next()) {
}
Expand Down

0 comments on commit bb4e042

Please sign in to comment.