Hi,
I running sonarlint analyze with selecting scope as "All project files" . But when I want to exclude some files or directories , it does not work. For example, to test whether it works,
I added simple parameter --> sonar.exclusions = **/*.java
I expect skip all java classes and so no analysis, but it ignore the added parameter , analysis the whole project files.
// Where I added parameter from Intellij
Settings -> Other Settings->Sonarlint Project Settings -> Analysis properties
Let me know, Analysis properties need to bind remote Sonar Qube server to work ? Or, possible to exclude some files with plugin without binding remote server?
Thanks.