Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYoussef Victor <youssefvictor00@gmail.com>2022-11-10 02:30:52 +0300
committerGitHub <noreply@github.com>2022-11-10 02:30:52 +0300
commit1c385f463e488dc9a280fc24352740e919c6bc3f (patch)
treeaf1c0bf57731ff14254d9676e985b56ace08c661
parentbb6a05b71bb1b50fc561522ac9284ca88580b65b (diff)
Remove workaround for crashing analyzer in globalconfig (#44941)
-rw-r--r--.globalconfig5
1 files changed, 0 insertions, 5 deletions
diff --git a/.globalconfig b/.globalconfig
index 96ab34f3f7..467b330e45 100644
--- a/.globalconfig
+++ b/.globalconfig
@@ -4,11 +4,6 @@ is_global = true
# https://github.com/dotnet/aspnetcore/pull/30111#issuecomment-777817003
dotnet_diagnostic.CA1309.severity = suggestion
-# CA3076: Insecure XSLT Script Execution
-# Disabled due to crashing: https://github.com/dotnet/roslyn-analyzers/issues/4750
-# Delete the following line when we have a working version.
-dotnet_diagnostic.CA3076.severity = none
-
# CA1304: Specify CultureInfo
dotnet_diagnostic.CA1304.severity = error