Skip to content

Commit af42913

Browse files
committed
Mod .editorconfig
1 parent 7bd771a commit af42913

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.editorconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,9 @@ csharp_preserve_single_line_statements = true
235235
# IDE0060: Remove unused parameter
236236
dotnet_diagnostic.IDE0060.severity = warning
237237

238+
# BannedApiAnalyzers
239+
dotnet_diagnostic.RS0030.severity = error
240+
238241
# Suppress C#8.0+ syntax sugar (for under Unity 2020.2 compatibility)
239242
# See: https://www.jetbrains.com/help/resharper/Reference__Code_Inspections_CSHARP.html
240243
resharper_convert_to_using_declaration_highlighting = none

0 commit comments

Comments
 (0)