forked from MirageNet/Mirage
-
Notifications
You must be signed in to change notification settings - Fork 0
/
GlobalSuppressions3.cs
10 lines (8 loc) · 1.01 KB
/
GlobalSuppressions3.cs
1
2
3
4
5
6
7
8
9
10
// 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("Major Code Smell", "S1172:Unused method parameters should be removed", Justification = "<Pending>", Scope = "member", Target = "~M:Mirage.Examples.Additive.RandomColor.SetColor(UnityEngine.Color32,UnityEngine.Color32)")]
[assembly: SuppressMessage("Major Code Smell", "S1172:Unused method parameters should be removed", Justification = "<Pending>", Scope = "member", Target = "~M:Mirage.Examples.Basic.Player.OnPlayerDataChanged(System.Int32,System.Int32)")]
[assembly: SuppressMessage("Major Code Smell", "S1172:Unused method parameters should be removed", Justification = "<Pending>", Scope = "member", Target = "~M:Mirage.Examples.MultipleAdditiveScenes.RandomColor.SetColor(UnityEngine.Color32,UnityEngine.Color32)")]