How to use sonarlint
for analyzing testcases? I have found similar thing in sonar cube sonar.test.inclusions
as property but couldn't find anything similar in sonarlint > intellij.
Folder I need to analyse: src/test/java
Work around:
Renaming test folder worked for me.I changed test to test1. Is there proper way/steps I can follow and can analyse testcases?