Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit eee289e

Browse files
committed
Remove redundant SuppressMessage attribute
1 parent ce00b9b commit eee289e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/GitHub.App/Services/PullRequestService.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,6 @@ public IObservable<Unit> Push(ILocalRepositoryModel repository)
186186
});
187187
}
188188

189-
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2201", Justification = "Prototype")]
190189
public async Task<bool> SyncSubmodules(ILocalRepositoryModel repository, IProgress<string> progress)
191190
{
192191
var exitCode = await Where("git");

0 commit comments

Comments
 (0)