You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2020/09/01 08:00:26 UTC

[GitHub] [apisix] membphis commented on issue #2140: request help: What IDE to use for development? How to debug?

membphis commented on issue #2140:
URL: https://github.com/apache/apisix/issues/2140#issuecomment-684531194


   > but there are always various errors!
   
   we should use `ngx_lua`, it is different from standard Lua.
   
   ```
   "luacheck.globals": [
           "--std", "ngx_lua",
           "--no-redefined",
           "--max-line-length", "100"
       ],
   ```


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org