membphis commented on pull request #2001: URL: https://github.com/apache/apisix/pull/2001#issuecomment-669799609
@redynasc please take a look at the output of CI: https://github.com/apache/apisix/pull/2001/checks?check_run_id=952937828 ```shell + luacheck -q apisix Checking apisix/balancer/ewma.lua 7 warnings apisix/balancer/ewma.lua:146:16: unused function calculate_slow_start_ewma apisix/balancer/ewma.lua:176:11: unused variable k apisix/balancer/ewma.lua:176:13: unused variable _ make: *** [lint] Error 1 apisix/balancer/ewma.lua:192:21: variable ewma_score is never accessed apisix/balancer/ewma.lua:196:101: line is too long (102 > 100) apisix/balancer/ewma.lua:206:5: right side of assignment has less values than left side expects apisix/balancer/ewma.lua:225:101: line is too long (102 > 100) + exit 1 ``` ---------------------------------------------------------------- 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]
