Skip to content

Commit

Permalink
add license info automatically (#2129)
Browse files Browse the repository at this point in the history
  • Loading branch information
jennyf19 authored Mar 20, 2023
1 parent b2c03e1 commit 28fd15c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 28fd15c

Please sign in to comment.