From 94de2a33636547a0262b80411d9bddbde8f82470 Mon Sep 17 00:00:00 2001 From: Mark Ettema Date: Sun, 9 May 2021 20:35:44 +0700 Subject: [PATCH] Remove roslyn specific header termplate --- .editorconfig | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.editorconfig b/.editorconfig index cd895da..892890e 100644 --- a/.editorconfig +++ b/.editorconfig @@ -144,10 +144,6 @@ dotnet_naming_style.pascal_case_style.capitalization = pascal_case # error RS2008: Enable analyzer release tracking for the analyzer project containing rule '{0}' dotnet_diagnostic.RS2008.severity = none -# IDE0073: File header -dotnet_diagnostic.IDE0073.severity = warning -file_header_template = Licensed to the .NET Foundation under one or more agreements.\nThe .NET Foundation licenses this file to you under the MIT license.\nSee the LICENSE file in the project root for more information. - # IDE0035: Remove unreachable code dotnet_diagnostic.IDE0035.severity = warning