From 643100766cabc497b3cda27127ae829545f2bd0c Mon Sep 17 00:00:00 2001 From: transtrike Date: Thu, 25 Feb 2021 18:28:27 +0200 Subject: New rule added --- src/.editorconfig | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/.editorconfig') diff --git a/src/.editorconfig b/src/.editorconfig index 7fa9b2a..ea2af21 100644 --- a/src/.editorconfig +++ b/src/.editorconfig @@ -143,6 +143,7 @@ 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 +dotnet_diagnostic.CS1591.severity = none # IDE0073: File header dotnet_diagnostic.IDE0073.severity = warning @@ -228,3 +229,6 @@ csharp_space_between_square_brackets = false # Wrapping preferences csharp_preserve_single_line_blocks = true csharp_preserve_single_line_statements = true + +[/Data/DevHive.Data/Migrations/**] +dotnet_diagnostic.IDE0055.severity = none -- cgit v1.2.3