mogenson opened a new pull request #5805:
URL: https://github.com/apache/incubator-nuttx/pull/5805


   ## Summary
   
   Silence `nxstyle` mixed-case identifier warnings for Lua types. Notably, Lua 
C modules that use the `lua_State` and `luaL_Reg` types.
   
   Related to https://github.com/apache/incubator-nuttx-apps/pull/1075
   
   ## Impact
   
   Should not affect non-Lua C module style lints. The prefixes `lua_` and 
`luaL_` do not exist anywhere else in the NuttX codebase.
   
   ## Testing
   
   Ran `nxstyle` on `luamod_hello.c` from `apps/examples/lua_module/`. No 
mixed-case identifier warnings.
   
   


-- 
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: commits-unsubscr...@nuttx.apache.org

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


Reply via email to