Disable CA1822 "Member does not access instance data and can be made static"
This commit is contained in:
@@ -145,9 +145,11 @@ csharp_space_between_square_brackets = false
|
||||
# ReSharper properties
|
||||
resharper_wrap_object_and_collection_initializer_style = chop_always
|
||||
resharper_merge_into_pattern_highlighting = none
|
||||
resharper_member_can_be_made_static_global_highlighting = none
|
||||
|
||||
# Ignored warnings
|
||||
dotnet_diagnostic.CS1591.severity = none
|
||||
dotnet_diagnostic.CA1822.severity = none
|
||||
|
||||
# Xml project files
|
||||
[*.{csproj,vbproj,vcxproj,vcxproj.filters,proj,nativeproj,locproj}]
|
||||
|
||||
Reference in New Issue
Block a user