Skip to content

Commit

Permalink
Update .editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
YevgeniyShunevych committed Jan 15, 2025
1 parent 0809608 commit a995dfa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -367,6 +367,8 @@ dotnet_diagnostic.S3254.severity = warning

dotnet_diagnostic.S3257.severity = warning

dotnet_diagnostic.S3267.severity = none

dotnet_diagnostic.S3358.severity = none

dotnet_diagnostic.S3717.severity = warning
Expand Down
2 changes: 0 additions & 2 deletions src/Atata/GlobalSuppressions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@
[assembly: SuppressMessage("Design", "CA1063:Implement IDisposable Correctly", Justification = "<Pending>", Scope = "member", Target = "~M:Atata.DisposableSubject`1.Dispose")]
[assembly: SuppressMessage("Critical Code Smell", "S1541:Methods and properties should not be too complex", Justification = "<Pending>", Scope = "member", Target = "~M:Atata.UIComponent.GetScopeElement(Atata.SearchOptions)~OpenQA.Selenium.IWebElement")]
[assembly: SuppressMessage("Critical Code Smell", "S1541:Methods and properties should not be too complex", Justification = "<Pending>", Scope = "member", Target = "~M:Atata.ClearCacheAttribute.GetTargetComponent``1(Atata.IUIComponent{``0},Atata.ClearCacheTarget)~Atata.IUIComponent{``0}")]
[assembly: SuppressMessage("Minor Code Smell", "S3267:Loops should be simplified with \"LINQ\" expressions", Justification = "<Pending>", Scope = "member", Target = "~M:Atata.EventBus.UnsubscribeHandler(System.Object)")]
[assembly: SuppressMessage("Critical Code Smell", "S1541:Methods and properties should not be too complex", Justification = "<Pending>", Scope = "member", Target = "~M:Atata.FindByXPathStrategy.Build(Atata.ComponentScopeXPathBuilder,Atata.ComponentScopeFindOptions)~System.String")]
[assembly: SuppressMessage("Minor Code Smell", "S4261:Methods should be named according to their synchronicities", Justification = "<Pending>", Scope = "member", Target = "~M:Atata.UIComponentScriptExecutor`1.ExecuteAsync``1(System.String,System.Object[])~Atata.ValueProvider{``0,`0}")]
[assembly: SuppressMessage("Minor Code Smell", "S4136:Method overloads should be grouped together", Justification = "<Pending>", Scope = "member", Target = "~M:Atata.IObjectVerificationProviderExtensions.Contain``1(Atata.IObjectVerificationProvider{System.String,``0},System.String)~``0")]
Expand Down Expand Up @@ -108,7 +107,6 @@
[assembly: SuppressMessage("StyleCop.CSharp.OrderingRules", "SA1204:Static elements should appear before instance elements", Justification = "<Pending>", Scope = "member", Target = "~M:Atata.AtataContextBuilder.ApplyCulture(Atata.AtataContext,System.Globalization.CultureInfo)")]
[assembly: SuppressMessage("Critical Code Smell", "S134:Control flow statements \"if\", \"switch\", \"for\", \"foreach\", \"while\", \"do\" and \"try\" should not be nested too deeply", Justification = "<Pending>", Scope = "member", Target = "~M:Atata.AtataSession.DisposeAsync~System.Threading.Tasks.ValueTask")]
[assembly: SuppressMessage("Reliability", "CA2000:Dispose objects before losing scope", Justification = "<Pending>", Scope = "member", Target = "~M:Atata.AtataSessionPool.GetAsync(System.Threading.CancellationToken)~System.Threading.Tasks.ValueTask{Atata.AtataSession}")]
[assembly: SuppressMessage("Minor Code Smell", "S3267:Loops should be simplified with \"LINQ\" expressions", Justification = "<Pending>", Scope = "member", Target = "~M:Atata.AtataContextBuilder.DoInitializeContextAsync(Atata.AtataContext,System.Threading.CancellationToken)~System.Threading.Tasks.Task")]
[assembly: SuppressMessage("Style", "IDE0270:Use coalesce expression", Justification = "<Pending>", Scope = "member", Target = "~M:Atata.AtataSessionPool.FillSequentiallyAsync(System.Int32,System.Threading.CancellationToken)~System.Threading.Tasks.Task")]
[assembly: SuppressMessage("Critical Code Smell", "S1541:Methods and properties should not be too complex", Justification = "<Pending>", Scope = "member", Target = "~M:Atata.WildcardPattern.IsMatch(System.ReadOnlySpan{System.Char})~System.Boolean")]
[assembly: SuppressMessage("Reliability", "CA2021:Do not call Enumerable.Cast<T> or Enumerable.OfType<T> with incompatible types", Justification = "<Pending>", Scope = "member", Target = "~M:Atata.UIComponentChildrenList`1.Resolve``1(System.String,System.Func{System.Collections.Generic.IEnumerable{System.Attribute}})~``0")]
Expand Down

0 comments on commit a995dfa

Please sign in to comment.