Skip to content

Commit 44d366a

Browse files
authored
Remove obsolete CA1703 rule suppression (#25955)
1 parent 06ff422 commit 44d366a

File tree

2 files changed

+0
-6
lines changed
  • src

2 files changed

+0
-6
lines changed

src/Microsoft.PowerShell.Commands.Management/commands/management/Computer.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@
2424
using Microsoft.Win32;
2525
using Dbg = System.Management.Automation;
2626

27-
// FxCop suppressions for resource strings:
28-
[module: SuppressMessage("Microsoft.Naming", "CA1703:ResourceStringsShouldBeSpelledCorrectly", Scope = "resource", Target = "ComputerResources.resources", MessageId = "unjoined")]
29-
3027
namespace Microsoft.PowerShell.Commands
3128
{
3229
#region Restart-Computer

src/System.Management.Automation/engine/Credential.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@
1010
using System.Security.Cryptography;
1111
using Microsoft.PowerShell;
1212

13-
// FxCop suppressions for resource strings:
14-
[module: SuppressMessage("Microsoft.Naming", "CA1703:ResourceStringsShouldBeSpelledCorrectly", Scope = "resource", Target = "Credential.resources", MessageId = "Cred")]
15-
1613
namespace System.Management.Automation
1714
{
1815
/// <summary>

0 commit comments

Comments
 (0)