Question about unsupported languages

Hello,

I will be implementing SonarCloud to one of our repos that has some files that don’t appear to be scannable by SonarCloud (.isml). I was curious how this is handled if I dont exclude these from the analysis via my .sonar.sources file?

Will SonarCloud still try to scan them or will it automatically just move on? Additionally, if they aren’t excluded, will they be counted in the overall count of analyzed lines of code towards the amount we have purchased?

Automatically* excluded. :slight_smile:

* SonarCloud determines what files to scan by looking for file suffixes it recognizes, configured in your project settings. If there’s an erroneous setting (.isml associated to Java for example) parsing errors will happen and no ncLOC computed. File suffix not configured anywhere? No analysis of those files.