Hi,
my IDE (Android Studio 3.1.3) complains about naming conventions for methods (squid:S00100) for unit tests. The violations, however, are not shown (correct!) in SonarQube.
What mechanisms do SonarLint employ to classify code as production code or test code?
My setup:
- Multi-module Gradle project
- Android Gradle Plugin 3.1.3
- SonarQube Gradle plugin 2.6.2
- I have correctly set the parameter sonar.sources and sonar.tests (looks fine in SonarQube)
Regards
Alix