Skip to content

Commit 022cb65

Browse files
committed
Added ignore IDE0051 to .editorconfig default
1 parent cb5d782 commit 022cb65

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Editor/ConfigGeneration/ConfigGeneration.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,10 @@ public class ConfigGeneration : IConfigGenerator
127127
indent_style = space
128128
indent_size = 4
129129
trim_trailing_whitespace = true
130+
131+
#Ignore IDE0051: Remove unused private members
132+
[*.cs]
133+
dotnet_diagnostic.IDE0051.severity = none
130134
";
131135

132136
public string ProjectDirectory { get; }

0 commit comments

Comments
 (0)