Skip to content

Commit 84eea59

Browse files
committed
Suppress stylecop warning
1 parent 58f5ef6 commit 84eea59

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/Microsoft.Management.Configuration.Processor/Public/PathEnvironmentVariableHandler.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,9 @@ public static void UpdatePath()
4747
}
4848
}
4949

50+
#pragma warning disable SA1011 // Closing square brackets should be spaced correctly
5051
private static void AddPathsIfNotExist(List<string> currentPaths, string[]? paths)
52+
#pragma warning restore SA1011 // Closing square brackets should be spaced correctly
5153
{
5254
if (paths is not null)
5355
{

0 commit comments

Comments
 (0)