SonarLint : Array designators "[]" should be on the type, not the variable (squid:S1197)
I love learning about technology and sharing that with others
The array designator is on type it will improve the readability and maintainability other whoever is reading your code needs to look at both the type as well as the name of the variable .
Non Compliant Code

Compliant Code


