starsz opened a new issue #2569: URL: https://github.com/apache/apisix/issues/2569
Hi, while I am reading the code, I found that some lines are too long (More than eighty characters). As the [CODE_STYLE.md](https://github.com/apache/apisix/blob/master/CODE_STYLE.md#maximum-length-per-line) said. > Each line cannot exceed 80 characters. If it exceeds, you need to wrap and align: I recommend adding `--max-line-length 80` into luacheck, and fix all the lines exceed 80 characters. ---------------------------------------------------------------- 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: [email protected]
