Skip to content

Commit 8149385

Browse files
committed
style: format string contains invalid placeholder
1 parent 69b06c2 commit 8149385

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.editorconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ dotnet_diagnostic.IDE0002.severity = error # Simplify member access
1818
dotnet_diagnostic.IDE0004.severity = error # Remove unnecessary cast
1919
dotnet_diagnostic.IDE0005.severity = error # Remove unnecessary import
2020
dotnet_diagnostic.IDE0035.severity = error # Remove unreachable code
21+
dotnet_diagnostic.IDE0043.severity = error # Format string contains invalid placeholder
2122
dotnet_diagnostic.IDE0063.severity = error # Use simple 'using' statement
2223
csharp_style_var_when_type_is_apparent = true:error
2324
dotnet_style_require_accessibility_modifiers = always:error

0 commit comments

Comments
 (0)