summaryrefslogtreecommitdiffstats
path: root/modules/mono/.editorconfig
diff options
context:
space:
mode:
authorThaddeus Crews <repiteo@outlook.com>2024-01-12 15:47:50 -0600
committerThaddeus Crews <repiteo@outlook.com>2024-02-20 11:15:12 -0600
commit000d12d237f147cf3b041adfa9dc8368e4d401c0 (patch)
tree7bde59ebd0c95c10edcb66ef6ec113fed9ab079a /modules/mono/.editorconfig
parent4ce5e261b31566f06b457f402488b6a26baa7fd1 (diff)
downloadredot-engine-000d12d237f147cf3b041adfa9dc8368e4d401c0.tar.gz
C#: Enforce Globalization code quality rules
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