From 28fd15c77993d26a2f11288016f9ac5c97faec64 Mon Sep 17 00:00:00 2001 From: jennyf19 Date: Sun, 19 Mar 2023 18:03:12 -0700 Subject: [PATCH] add license info automatically (#2129) --- .editorconfig | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 12260999a..fa8cf4589 100644 --- a/.editorconfig +++ b/.editorconfig @@ -136,7 +136,7 @@ csharp_space_between_method_declaration_parameter_list_parentheses = false csharp_space_between_parentheses = false csharp_space_between_square_brackets = false -# MSAL Rules +# Id Web Rules # CA1000: Do not declare static members on generic types dotnet_diagnostic.CA1000.severity = error @@ -426,6 +426,10 @@ dotnet_diagnostic.CA2235.severity = none # CA2237: Mark ISerializable types with serializable dotnet_diagnostic.CA2237.severity = none +# IDE0073: Require file header +dotnet_diagnostic.IDE0073.severity = warning +file_header_template = Copyright (c) Microsoft Corporation. All rights reserved.\nLicensed under the MIT License. + # SDL Required # CA3075: Insecure DTD processing in XML dotnet_diagnostic.CA3075.severity = error