forked from LeFauxMatt/StardewMods
-
Notifications
You must be signed in to change notification settings - Fork 0
/
GlobalSuppressions.cs
19 lines (16 loc) · 1.88 KB
/
GlobalSuppressions.cs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// 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.
using System.Diagnostics.CodeAnalysis;
[assembly: SuppressMessage("ReSharper", "InconsistentNaming", Justification = "Externally provided interface", Scope = "NamespaceAndDescendants", Target = "Common.Integrations")]
[assembly: SuppressMessage("StyleCop", "SA1633", Justification = "License is repo/solution level.", Scope = "module")]
[assembly: SuppressMessage("StyleCop", "SA1309", Justification = "Private field names should begin with underscore", Scope = "module")]
[assembly: SuppressMessage("StyleCop", "SA1101", Justification = "StyleCop doesn't recognize pattern matches", Scope = "module")]
[assembly: SuppressMessage("StyleCop", "SA1407", Justification = "Don't want excessive parenthesis", Scope = "module")]
[assembly: SuppressMessage("StyleCop", "SA1408", Justification = "Don't want excessive parenthesis", Scope = "module")]
[assembly: SuppressMessage("StyleCop", "SA1507", Justification = "Externally provided interface", Scope = "NamespaceAndDescendants", Target = "Common.Integrations")]
[assembly: SuppressMessage("StyleCop", "SA1514", Justification = "Externally provided interface", Scope = "NamespaceAndDescendants", Target = "Common.Integrations")]
[assembly: SuppressMessage("StyleCop", "SA1515", Justification = "Externally provided interface", Scope = "NamespaceAndDescendants", Target = "Common.Integrations")]
[assembly: SuppressMessage("StyleCop", "SA1600", Justification = "Externally provided interface", Scope = "NamespaceAndDescendants", Target = "Common.Integrations")]
[assembly: SuppressMessage("StyleCop", "SA1629", Justification = "Externally provided interface", Scope = "NamespaceAndDescendants", Target = "Common.Integrations")]