diff options
author | 杨宇千 <crupest@outlook.com> | 2019-10-20 21:32:38 +0800 |
---|---|---|
committer | 杨宇千 <crupest@outlook.com> | 2019-10-20 21:32:38 +0800 |
commit | 1ce632ad3c093bd60e4c75dd4229266604012729 (patch) | |
tree | c50aff4b98c2582a216a57268bcf3cfa67ff03ae /Timeline/GlobalSuppressions.cs | |
parent | bd7eaa3c7f605ec1234ca5a8c664ec165e581b70 (diff) | |
download | timeline-1ce632ad3c093bd60e4c75dd4229266604012729.tar.gz timeline-1ce632ad3c093bd60e4c75dd4229266604012729.tar.bz2 timeline-1ce632ad3c093bd60e4c75dd4229266604012729.zip |
...
Diffstat (limited to 'Timeline/GlobalSuppressions.cs')
-rw-r--r-- | Timeline/GlobalSuppressions.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Timeline/GlobalSuppressions.cs b/Timeline/GlobalSuppressions.cs index 3c9c8341..6c89b230 100644 --- a/Timeline/GlobalSuppressions.cs +++ b/Timeline/GlobalSuppressions.cs @@ -6,4 +6,5 @@ [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Reliability", "CA2007:Consider calling ConfigureAwait on the awaited task", Justification = "This is not a UI application.")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Design", "CA1034:Nested types should not be visible", Justification = "This is not bad.")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Design", "CA1062:Validate arguments of public methods", Justification = "No need to check the null because it's ASP.Net's duty.", Scope = "namespaceanddescendants", Target = "Timeline.Controllers")]
-[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Naming", "CA1707:Identifiers should not contain underscores", Justification = "Error code constant identifiers use nested names.", Scope = "type", Target = "Timeline.ErrorCodes")]
+[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Naming", "CA1707:Identifiers should not contain underscores", Justification = "Error code constant identifiers.", Scope = "type", Target = "Timeline.ErrorCodes")]
+[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Naming", "CA1716:Identifiers should not match keywords", Justification = "Error code constant identifiers.", Scope = "type", Target = "Timeline.ErrorCodes")]
|