-
Notifications
You must be signed in to change notification settings - Fork 1
/
GlobalSuppressions.cs
13 lines (11 loc) · 1.33 KB
/
GlobalSuppressions.cs
1
2
3
4
5
6
7
8
9
10
11
12
13
// 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("Style", "IDE0090:Use 'new(...)'", Justification = "<Pending>", Scope = "namespaceanddescendants", Target = "~N:RainWorldCE")]
[assembly: SuppressMessage("Performance", "CA1806:Do not ignore method results", Justification = "<Pending>", Scope = "namespaceanddescendants", Target = "~N:RainWorldCE")]
[assembly: SuppressMessage("Usage", "CA2211:Non-constant fields should not be visible", Justification = "<Pending>", Scope = "namespaceanddescendants", Target = "~N:RainWorldCE")]
[assembly: SuppressMessage("CodeQuality", "IDE0051:Remove unused private members", Justification = "Unity Monobehaviour", Scope = "member", Target = "~M:RainWorldCE.RainWorldCE.Update")]
[assembly: SuppressMessage("Performance", "CA1822:Mark members as static", Justification = "<Pending>", Scope = "member", Target = "~M:RainWorldCE.RainWorldCE.CreateNewEvent")]
[assembly: SuppressMessage("Performance", "CA1822:Mark members as static", Justification = "<Pending>", Scope = "member", Target = "~M:RainWorldCE.RainWorldCE.ShutdownCEEvent(RainWorldCE.Events.CEEvent)")]