Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp committed Dec 10, 2024
1 parent e1f81e8 commit 2c9559f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
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.144</version>
<version>1.0.145</version>
<authors>Simon Cropp</authors>
<developmentDependency>true</developmentDependency>
<license type="expression">MIT</license>
Expand Down
4 changes: 3 additions & 1 deletion ProjectDefaults/editorconfig.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,13 @@ resharper_redundant_accessor_body_highlighting = error
resharper_replace_with_field_keyword_highlighting = error

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

# Use Literals Where Appropriate
dotnet_diagnostic.CA1802.severity = error

resharper_all_underscore_local_parameter_name_highlighting = none

# Do not initialize unnecessarily
dotnet_diagnostic.CA1805.severity = error

Expand Down

0 comments on commit 2c9559f

Please sign in to comment.