Skip to content

Commit

Permalink
Added MUSTSensorDriverPlugin to sonar scanner properties.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbourelly999 committed Jun 19, 2024
1 parent d2bbdd1 commit 3eb7331
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .sonarqube/sonar-scanner.properties
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ sonar.modules= PedestrianPlugin, \
ERVCloudForwardingPlugin, \
CDASimAdapter, \
RSUHealthMonitorPlugin, \
TelematicBridgePlugin
TelematicBridgePlugin, \
MUSTSensorDriverPlugin



Expand Down Expand Up @@ -86,6 +87,7 @@ ERVCloudForwardingPlugin.sonar.projectBaseDir =src/v2i-hub/ERVCloudForwa
CDASimAdapter.sonar.projectBaseDir =src/v2i-hub/CDASimAdapter
RSUHealthMonitorPlugin.sonar.projectBaseDir =src/v2i-hub/RSUHealthMonitorPlugin
TelematicBridgePlugin.sonar.projectBaseDir =src/v2i-hub/TelematicBridgePlugin
MUSTSensorDriverPlugin.sonar.projectBaseDir =src/v2i-hub/MUSTSensorDriverPlugin



Expand Down Expand Up @@ -125,6 +127,7 @@ RSUHealthMonitorPlugin.sonar.sources =src
RSUHealthMonitorPlugin.sonar.exclusions =test/**
TelematicBridgePlugin.sonar.sources =src
TelematicBridgePlugin.sonar.exclusions =test/**
MUSTSensorDriverPlugin.sonar.sources =src

# Tests
# Note: For C++ setting this field does not cause test analysis to occur. It only allows the test source code to be evaluated.
Expand Down Expand Up @@ -154,3 +157,4 @@ ERVCloudForwardingPlugin.sonar.tests=test
CDASimAdapter.sonar.tests=test
RSUHealthMonitorPlugin.sonar.tests=test
TelematicBridgePlugin.sonar.tests=test
MUSTSensorDriverPlugin.sonar.tests=test

0 comments on commit 3eb7331

Please sign in to comment.