Skip to content

Commit e975ad6

Browse files
Fix unused lint
Signed-off-by: George Robinson <[email protected]>
1 parent 7e1d870 commit e975ad6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

matchers/parse/lexer.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,7 @@ func (l *Lexer) accept(valid string) bool {
253253
return false
254254
}
255255

256+
// nolint:unused
256257
func (l *Lexer) acceptRun(valid string) {
257258
for strings.ContainsRune(valid, l.next()) {
258259
}

0 commit comments

Comments
 (0)