Skip to content

Commit

Permalink
Comment
Browse files Browse the repository at this point in the history
  • Loading branch information
georgii-borovinskikh-sonarsource committed Aug 30, 2024
1 parent ef6696b commit ed9e1b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ConnectedMode/Persistence/ConnectionInfoConverter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@

namespace SonarLint.VisualStudio.ConnectedMode.Persistence;

[ExcludeFromCodeCoverage] // todo remove https://sonarsource.atlassian.net/browse/SLVS-1408
public static class ConnectionInfoConverter
{
[ExcludeFromCodeCoverage]
public static ServerConnection ToServerConnection(this ConnectionInformation connectionInformation) =>
connectionInformation switch
{
Expand Down

0 comments on commit ed9e1b9

Please sign in to comment.