I got this swiftlint error from sonarCube:
Rename this constant to match the regular expression
^[a-z][a-zA-Z0-9]*$."
.
How can I disable the swiftlint warning from sonarCube?
// Rename this constant to match the regular expression ^[a-z][a-zA-Z0-9]*$.
let zht: [item]
let en: [item]
let zhs: [item]