-
Notifications
You must be signed in to change notification settings - Fork 1
/
GlobalSuppressions.cs
12 lines (10 loc) · 1.43 KB
/
GlobalSuppressions.cs
1
2
3
4
5
6
7
8
9
10
11
12
// 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", "IDE0059:Unnecessary assignment of a value", Justification = "<Pending>", Scope = "member", Target = "~M:TimeSeriesAnalysis.UnitTests.MatrixUnitTests.ReplaceRow")]
[assembly: SuppressMessage("Style", "IDE0059:Unnecessary assignment of a value", Justification = "<Pending>", Scope = "member", Target = "~M:TimeSeriesAnalysis.Vec.Regress(System.Double[],System.Double[][],System.Int32[],System.Double[]@,System.Double[][]@,System.Double[]@,System.Double@)~System.Double[]")]
[assembly: SuppressMessage("Style", "IDE0060:Remove unused parameter", Justification = "<Pending>", Scope = "member", Target = "~M:TimeSeriesAnalysis.Utility.ParserFeedback.#ctor(System.Boolean)")]
[assembly: SuppressMessage("Style", "IDE0059:Unnecessary assignment of a value", Justification = "<Pending>", Scope = "member", Target = "~M:TimeSeriesAnalysis.Utility.ParserFeedback.#ctor(System.Boolean)")]
[assembly: SuppressMessage("Style", "IDE0059:Unnecessary assignment of a value", Justification = "<Pending>", Scope = "member", Target = "~M:TimeSeriesAnalysis.Utility.LowPass.Filter(System.Double,System.Double,System.Int32,System.Boolean)~System.Double")]