Skip to content

Commit

Permalink
Renamed classes to match (#10542)
Browse files Browse the repository at this point in the history
  • Loading branch information
maridematte authored Aug 22, 2024
1 parent 73768c2 commit d17ec72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions template_feed/content/Microsoft.CheckTemplate/Check1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ namespace Company.CheckTemplate
{
public sealed class Check1 : Check
{
public static BuildCheckRule SupportedRule = new CheckRule(
public static CheckRule SupportedRule = new CheckRule(
"X01234",
"Title",
"Description",
"Message format: {0}",
new BuildCheckConfiguration());
new CheckConfiguration());

public override string FriendlyName => "Company.Check1";

Expand Down

0 comments on commit d17ec72

Please sign in to comment.