Skip to content

Commit f8b3ef3

Browse files
authored
Moved IDE0005 warning configuration. (#1329)
1 parent b47b35c commit f8b3ef3

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

src/Renci.SshNet/.editorconfig

-4
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,3 @@ dotnet_diagnostic.IDE0048.severity = none
159159
# IDE0305: Collection initialization can be simplified
160160
# https://learn.microsoft.com/en-us/dotnet/fundamentals/code-analysis/style-rules/ide0305
161161
dotnet_diagnostic.IDE0305.severity = none
162-
163-
# IDE0005: Remove unnecessary using directives
164-
# https://learn.microsoft.com/en-us/dotnet/fundamentals/code-analysis/style-rules/ide0005
165-
dotnet_diagnostic.IDE0005.severity = suggestion

src/Renci.SshNet/Security/BouncyCastle/.editorconfig

+4
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,7 @@ generated_code = true
44

55
# Do not reported any diagnostics for "imported" code
66
dotnet_analyzer_diagnostic.severity = none
7+
8+
# IDE0005: Remove unnecessary using directives
9+
# https://learn.microsoft.com/en-us/dotnet/fundamentals/code-analysis/style-rules/ide0005
10+
dotnet_diagnostic.IDE0005.severity = none

src/Renci.SshNet/Security/Chaos.NaCl/.editorconfig

+4
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,7 @@ generated_code = true
44

55
# Do not reported any diagnostics for "imported" code
66
dotnet_analyzer_diagnostic.severity = none
7+
8+
# IDE0005: Remove unnecessary using directives
9+
# https://learn.microsoft.com/en-us/dotnet/fundamentals/code-analysis/style-rules/ide0005
10+
dotnet_diagnostic.IDE0005.severity = none

0 commit comments

Comments
 (0)