Skip to content

Commit

Permalink
nolint false positive
Browse files Browse the repository at this point in the history
  • Loading branch information
francislavoie committed Feb 20, 2024
1 parent e37cf24 commit ce41d8c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lexers/caddyfile.go
Expand Up @@ -8,6 +8,7 @@ import (
// Named matcher: @name, or
// Path matcher: /foo, or
// Wildcard path matcher: *
// nolint: sec
var caddyfileMatcherTokenRegexp = `(\[\<matcher\>\]|@[^\s]+|/[^\s]+|\*)`

// Comment at start of line, or
Expand Down

0 comments on commit ce41d8c

Please sign in to comment.