Skip to content

Commit

Permalink
Automatically linting code
Browse files Browse the repository at this point in the history
  • Loading branch information
rsg-bot authored Jan 15, 2025
1 parent 06d641e commit c701d8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@ private static OpenApiResult GetOpenApiDocument<TObject>(string path, Action<Inl

[GeneratedRegex("^[a-zA-Z0-9]*$")]
private static partial Regex MyRegex();

[GeneratedRegex("^[a-zA-Z0-9]*$")]
private static partial Regex MyRegex1();
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
using System.Net;

using Sample.Classic.Restful.Tests.Helpers;

namespace Sample.Classic.Restful.Tests;
Expand Down

0 comments on commit c701d8c

Please sign in to comment.