Skip to content

Commit

Permalink
Update CommonConstants.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
josephmoresena committed Feb 16, 2024
1 parent 0fe9413 commit 90fea60
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ internal static class CommonConstants
public const String CheckIdS3459 = "S3459:Unassigned members should be removed";
public const String CheckIdS2436 = "S2436:Types and methods should not have too many generic parameters";
public const String CheckIdS2234 = "S2234:Arguments should be passed in the same order as the method parameters";
public const String CheckIdS4035 = "S2234:Classes implementing \"IEquatable<T>\" should be sealed";
public const String CheckIdS4035 = "S4035:Classes implementing \"IEquatable<T>\" should be sealed";
public const String BinaryStructJustification = "This struct is created only by binary operations.";
public const String AbstractProxyJustification = "This object is an abstract proxy.";
public const String JavaInheritanceJustification =
Expand Down

0 comments on commit 90fea60

Please sign in to comment.