Skip to content

Commit

Permalink
[WIP] Reenable the readonly check.
Browse files Browse the repository at this point in the history
  • Loading branch information
jcurl committed Jan 5, 2023
1 parent 1c58634 commit 439eff8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/GlobalSuppressions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

using System.Diagnostics.CodeAnalysis;

[assembly: SuppressMessage("Style", "IDE0044:Add readonly modifier", Justification = "<Pending>")]
[assembly: SuppressMessage("Style", "IDE0031:Use null propagation", Justification = ".NET Framework / Core compatibility")]
[assembly: SuppressMessage("Style", "IDE0031:Use null propagation", Justification = ".NET Framework / Core compatibility")]
[assembly: SuppressMessage("Style", "IDE0056:Use index operator", Justification = ".NET Framework / Core compatibility")]
[assembly: SuppressMessage("Style", "IDE1006:Naming Styles", Justification = "P/Invoke", Scope = "namespaceanddescendants", Target = "~N:RJCP.IO.Ports.Native")]
Expand Down

0 comments on commit 439eff8

Please sign in to comment.