cdbattags / lua-resty-jwt

JWT For The Great Openresty
Apache License 2.0
146 stars 44 forks source link

Declare "_" as local #40

Open davidgaleano opened 3 years ago

davidgaleano commented 3 years ago

When running luacheck on this file it will warn that several lines are "setting non-standard global variable _".

To avoid the warning an declare "_" as local I added it to the list of local variables.

creationix commented 5 months ago

Can this be merged and a new release cut?