Skip to content

Commit

Permalink
Add suppression for CA1708 warning in GlobalSuppressions.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
albertospelta committed Dec 19, 2024
1 parent eb44432 commit d4ac748
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Dax.Tokenizer/GlobalSuppressions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@
using System.Diagnostics.CodeAnalysis;

[assembly: SuppressMessage("Naming", "CA1711:Identifiers should not have incorrect suffix", Justification = "<Pending>", Scope = "type", Target = "~T:Dax.Tokenizer.DaxCharStream")]
[assembly: SuppressMessage("Naming", "CA1708:Identifiers should differ by more than case", Justification = "<Pending>", Scope = "type", Target = "~T:Dax.Tokenizer.DaxToken")]

0 comments on commit d4ac748

Please sign in to comment.