emqx / CocoaMQTT

MQTT 5.0 client library for iOS and macOS written in Swift
https://www.emqx.com/en
Other
1.57k stars 411 forks source link

Local variable and function parameter names should comply with a naming convention (Sonar Swift 117) #534

Closed lchamp closed 11 months ago

lchamp commented 1 year ago

https://rules.sonarsource.com/swift/RSPEC-117/

screenshot

Would it be possible to rename func mqtt5(_ mqtt5: CocoaMQTT5, didUnsubscribeTopics topics: [String], UnsubAckData: MqttDecodeUnsubAck?) { to func mqtt5(_ mqtt5: CocoaMQTT5, didUnsubscribeTopics topics: [String], unsubAckData: MqttDecodeUnsubAck?) {