-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathGlobalSuppressions.cs
More file actions
8 lines (7 loc) · 848 Bytes
/
GlobalSuppressions.cs
File metadata and controls
8 lines (7 loc) · 848 Bytes
1
2
3
4
5
6
7
8
// This file is used by Code Analysis to maintain SuppressMessage
// attributes that are applied to this project.
// Project-level suppressions either have no target or are given
// a specific target and scoped to a namespace, type, member, etc.
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("StyleCop.CSharp.DocumentationRules", "SA1652:Enable XML documentation output", Justification = "XML Documentation output is not desired.")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("StyleCop.CSharp.DocumentationRules", "SA1633:File must have header", Justification = "None.")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("StyleCop.CSharp.SpacingRules", "SA1028:Code must not contain trailing whitespace", Justification = "Just a matter of the autoformatter removing them. Does not disturb readability.")]