Skip to content

Commit

Permalink
Remove Unnecessary Suppression
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianJSClark committed Apr 7, 2023
1 parent c83990d commit 21fd99c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Aydsko.iRacingData/Tracks/Track.cs
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ public class Track
[JsonPropertyName("search_filters")]
public string SearchFilters { get; set; } = default!;

[JsonPropertyName("site_url"), SuppressMessage("Design", "CA1056:URI-like properties should not be strings", Justification = "Strings are easier to deal with.")]
[JsonPropertyName("site_url")]
public string SiteUrl { get; set; } = default!;

[JsonPropertyName("sku")]
Expand Down

0 comments on commit 21fd99c

Please sign in to comment.