Fabriceli commented on PR #9301:
URL: https://github.com/apache/apisix/pull/9301#issuecomment-1518014202

   No error in my local for Code Lint CI:
   ```sh
   $ make lint
   [ info ] lint -> [ Start ]
   ./utils/check-lua-code-style.sh
   + luacheck -q apisix t/lib
   Total: 0 warnings / 0 errors in 251 files
   + find apisix -name '*.lua' '!' -wholename apisix/cli/ngx_tpl.lua -exec 
./utils/lj-releng '{}' +
   + grep -E 'ERROR.*.lua:' /tmp/check.log
   + true
   + '[' -s /tmp/error.log ']'
   ./utils/check-test-code-style.sh
   + find t -name '*.t' -exec grep -E '\-\-\-\s+(SKIP|ONLY|LAST|FIRST)$' '{}' +
   + true
   + '[' -s /tmp/error.log ']'
   + find t -name '*.t' -exec ./utils/reindex '{}' +
   + grep done. /tmp/check.log
   + true
   + '[' -s /tmp/error.log ']'
   [ info ] lint -> [ Done ]
   ```


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to