Multi-Language Support: sonar.scanner.multiFileAnalysis argument naming
martin-strecker-sonarsource opened this issue · 1 comments
martin-strecker-sonarsource commented
We need to make sure the name for sonar.scanner.multiFileAnalysis
is right and aligns with naming conventions of other scanners. We send an email "scanner argument to disable "multi-file analysis" on Jul 30
from: Martin Strecker
to: AnalysisExperience Squad
JVM Squad
Costin Zaharia
Andrei Epure
Greg Paidis
Regarding the name. There were a couple of suggestions:
sonar.scanner.dotnet.multiFileAnalysis.disabled
( to align with e.g.sonar.scm.exclusions.disabled
and to make it dotnet specific)- Use
sonar.scanner.dotnet.scanAll
to align withscanner.maven.scanAll
andscanner.gradle.scanAll
- Use
sonar.scanner.scanAll
It is still to be decided what name we want to pick.
gregory-paidis-sonarsource commented
We decided to go with sonar.scanner.scanAll
, as this parameter is not S4NET-specific.