dmihai03 opened a new pull request, #19375: URL: https://github.com/apache/nuttx/pull/19375
Added a Mixed case exclusion for MQTTErrors defined in apps/netutils/mqttc/MQTT-C/include/mqtt.h ## Summary Added the linter exclusion for the enum MQTTCErrors used by the mqttc library. ## Testing When running the coding style checker the lines where this enum is uses are flagged. Error: /home/runner/work/nuttx-apps/nuttx-apps/apps/examples/mqttc/mqttc_pub.c:470:7: error: Mixed case identifier found Error: /home/runner/work/nuttx-apps/nuttx-apps/apps/examples/mqttc/mqttc_sub.c:644:7: error: Mixed case identifier found Error: /home/runner/work/nuttx-apps/nuttx-apps/apps/examples/mqttc/mqttc_sub.c:711:7: error: Mixed case identifier found After whitelisting the definition no more lines are flagged. -- 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]
