Sagacify / sonar-scala

Sonarqube plugin for scala analysis
GNU Lesser General Public License v3.0
58 stars 32 forks source link

fix(coverage): Make BruteForceSequenceMatcher only look at first path #9

Closed jamiely closed 7 years ago

jamiely commented 7 years ago

Currently BruteForceSequenceMatcher doesn't handle multiple comma-delimited sources provided in sonar.sources. One might specify multiple comma-delimited source paths via sonar.sources in order to analyze both Scala and JavaScript, for example.

This hack doesn't fix the root issue but makes the behavior a little more straightforward, as right now it just treats a list of paths as a single path.