Multiple language scan issue

Hi,

Please explain how to make use of sonarqube for multi-languages(sonar.language=csv,xml,lic,bash,pub,sh,license,ekf,jks,properties,conf,asc) scan at a time.

Thanks & Regards,
Gokila Balakrishnan.

sonar.language is deprecated. don’t use it, and sonar-scanner will consume all sources that match patterns in sonar.inclusions and sonar.exclusions.

1 Like

HI @GokilaBalakrishnan,

Welcome to SonarSource community! :wave:

What @nixel2007 said is correct, don’t use sonar.language, use the latest sonar-scanner (see here for more information and the download for it) and it will handle appointing file suffix with language.

Joe

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.

A post was merged into an existing topic: Multiple language scan issue for sonar 7.7