diff options
author | crupest <crupest@outlook.com> | 2020-01-29 00:17:45 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-01-29 00:17:45 +0800 |
commit | 2750a3df1834c1c6623aa8c653504c7bc12cefd6 (patch) | |
tree | 480e4e0fa03f0736cfee97876603fdb87d3fd3bd /Timeline/GlobalSuppressions.cs | |
parent | 20347298c57e97287f586479fd9a52ba85565406 (diff) | |
download | timeline-2750a3df1834c1c6623aa8c653504c7bc12cefd6.tar.gz timeline-2750a3df1834c1c6623aa8c653504c7bc12cefd6.tar.bz2 timeline-2750a3df1834c1c6623aa8c653504c7bc12cefd6.zip |
...
Diffstat (limited to 'Timeline/GlobalSuppressions.cs')
-rw-r--r-- | Timeline/GlobalSuppressions.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Timeline/GlobalSuppressions.cs b/Timeline/GlobalSuppressions.cs index c0754071..d27b3c16 100644 --- a/Timeline/GlobalSuppressions.cs +++ b/Timeline/GlobalSuppressions.cs @@ -10,3 +10,4 @@ [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Naming", "CA1707:Identifiers should not contain underscores", Justification = "Generated error response identifiers.", Scope = "type", Target = "Timeline.Models.Http.ErrorResponse")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Naming", "CA1724:Type names should not match namespaces", Justification = "Generated error response identifiers.", Scope = "type", Target = "Timeline.Models.Http.ErrorResponse")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Globalization", "CA1305:Specify IFormatProvider", Justification = "Generated error response.", Scope = "type", Target = "Timeline.Models.Http.ErrorResponse")]
+[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Design", "CA1056:Uri properties should not be strings", Justification = "That's unnecessary.")]
|