Skip to content

Commit

Permalink
Add Unused Code check to VI Analyzer workflow (#462)
Browse files Browse the repository at this point in the history
* Enable Unused Code check in VI Analyzer

* Add handful of `Unused Code` exclusions, a workaround for ni/grpc-labview#333
  • Loading branch information
aepete authored Dec 15, 2023
1 parent fa26d90 commit d9e4884
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion Source/Tools/PR.viancfg
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@
<MaxFailures>5</MaxFailures>
<BasePath>"LabVIEW"</BasePath>
<RelativePath>"project\\_VI Analyzer\\_tests\\Block Diagram\\Style\\Unused Code.llb"</RelativePath>
<Selected>FALSE</Selected>
<Selected>TRUE</Selected>
<Controls>
</Controls>
</Test>
Expand Down Expand Up @@ -1058,5 +1058,21 @@
</Test>
</TestConfigData>
<ExclusionData>
<Item>
<Path>"..\\Runtime\\MeasurementLink Session Management Client\\RPC Messages"</Path>
<ExcludedTests>"Unused Code"</ExcludedTests>
</Item>
<Item>
<Path>"..\\Runtime\\MeasurementLink Measurement Service Base V2\\RPC Messages"</Path>
<ExcludedTests>"Unused Code"</ExcludedTests>
</Item>
<Item>
<Path>"..\\Runtime\\MeasurementLink Measurement Server Internal\\RPC Messages"</Path>
<ExcludedTests>"Unused Code"</ExcludedTests>
</Item>
<Item>
<Path>"..\\Runtime\\MeasurementLink Discovery Client\\RPC Messages"</Path>
<ExcludedTests>"Unused Code"</ExcludedTests>
</Item>
</ExclusionData>
</Config>

0 comments on commit d9e4884

Please sign in to comment.