aboutsummaryrefslogtreecommitdiff
path: root/src/.editorconfig
diff options
context:
space:
mode:
Diffstat (limited to 'src/.editorconfig')
-rw-r--r--src/.editorconfig4
1 files changed, 4 insertions, 0 deletions
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