Skip to content

Commit

Permalink
Update editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
Arlodotexe committed Aug 14, 2023
1 parent e4adbc6 commit 29b0845
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -435,3 +435,6 @@ dotnet_diagnostic.IDE0073.severity = warning

# Uno platform exposes IDisposable on Storyboard publicly when it should be internal. Ignore this.
dotnet_code_quality.CA1001.excluded_type_names_with_derived_types = T:Windows.UI.Xaml.Media.Animation.Storyboard

# XML comment has cref attribute that could not be resolved (temp, remove XML generated docs get used)
dotnet_diagnostic.CS1574.severity = none

0 comments on commit 29b0845

Please sign in to comment.