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

github.com/mono/linker.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
index ef8a70bec..79b5a9322 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -135,6 +135,11 @@ dotnet_diagnostic.CA2201.severity = none
# Analyzer crashes with https://github.com/dotnet/roslyn-analyzers/issues/5450
dotnet_diagnostic.CA2252.severity = none
+[src/linker/ref/**/*.cs]
+
+# CA1822: Mark members as static
+dotnet_diagnostic.CA1822.severity = none
+
[external**]
dotnet_analyzer_diagnostic.severity = none
generated_code = true