Skip to content

Commit

Permalink
CA1050
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp committed Mar 3, 2024
1 parent 5bdd7fd commit 14bbc05
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ProjectDefaults/ProjectDefaults.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>ProjectDefaults</id>
<version>1.0.118</version>
<version>1.0.119</version>
<authors>Simon Cropp</authors>
<developmentDependency>true</developmentDependency>
<license type="expression">MIT</license>
Expand Down
3 changes: 3 additions & 0 deletions ProjectDefaults/editorconfig.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ charset = utf-8
# Avoid constant arrays as arguments
dotnet_diagnostic.CA1861.severity = error

# Declare types in namespaces
dotnet_diagnostic.CA1050.severity = None

# Microsoft .NET properties
trim_trailing_whitespace = true
csharp_preferred_modifier_order = public, private, protected, internal, new, static, abstract, virtual, sealed, readonly, override, extern, unsafe, volatile, async:suggestion
Expand Down

0 comments on commit 14bbc05

Please sign in to comment.