Skip to content

Commit

Permalink
Merge pull request #74 from dareste/main
Browse files Browse the repository at this point in the history
fix: allow 'include' directive in 'if' and 'limit_except' blocks
  • Loading branch information
dareste authored Oct 25, 2023
2 parents 6bf177f + d1ab027 commit fb99b89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions analyze.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@ const (
)

// helpful directive location alias describing "any" context

Check failure on line 57 in analyze.go

View workflow job for this annotation

GitHub Actions / Linting

Comment should end in a period (godot)
// doesn't include ngxHTTPSifConf, ngxHTTPLifConf, or ngxHTTPLmtConf.
const ngxAnyConf = ngxMainConf | ngxEventConf | ngxMailMainConf | ngxMailSrvConf |
ngxStreamMainConf | ngxStreamSrvConf | ngxStreamUpsConf |
ngxHTTPMainConf | ngxHTTPSrvConf | ngxHTTPLocConf | ngxHTTPUpsConf
ngxHTTPMainConf | ngxHTTPSrvConf | ngxHTTPLocConf | ngxHTTPUpsConf |
ngxHTTPSifConf | ngxHTTPLifConf | ngxHTTPLmtConf

// map for getting bitmasks from certain context tuples
//
Expand Down

0 comments on commit fb99b89

Please sign in to comment.