summaryrefslogtreecommitdiffstats
path: root/modules/mono/.editorconfig
diff options
context:
space:
mode:
Diffstat (limited to 'modules/mono/.editorconfig')
-rw-r--r--modules/mono/.editorconfig9
1 files changed, 0 insertions, 9 deletions
diff --git a/modules/mono/.editorconfig b/modules/mono/.editorconfig
index 9434d0693c..db8fb2921c 100644
--- a/modules/mono/.editorconfig
+++ b/modules/mono/.editorconfig
@@ -30,14 +30,5 @@ dotnet_diagnostic.CA1720.severity = none
# CA1805: Do not initialize unnecessarily
# Don't tell me what to do.
dotnet_diagnostic.CA1805.severity = none
-# CA1304: Specify CultureInfo
-# TODO: We should look into this.
-dotnet_diagnostic.CA1304.severity = warning
-# CA1305: Specify IFormatProvider
-# TODO: We should look into this. Disabled for now because it's annoying.
-dotnet_diagnostic.CA1305.severity = none
-# CA1310: Specify StringComparison for correctness
-# TODO: We should look into this. Disabled for now because it's annoying.
-dotnet_diagnostic.CA1310.severity = none
# Diagnostics to prevent defensive copies of `in` struct parameters
resharper_possibly_impure_method_call_on_readonly_variable_highlighting = error