From 75ca11d72ef75d98c09cfa89ede946615e19a9ea Mon Sep 17 00:00:00 2001 From: Dave Skender <8432125+DaveSkender@users.noreply.github.com> Date: Sun, 28 Jan 2024 11:38:48 -0500 Subject: [PATCH] fix config per spect --- src/.editorconfig | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/.editorconfig b/src/.editorconfig index 5f857884e..378988f09 100644 --- a/src/.editorconfig +++ b/src/.editorconfig @@ -3,7 +3,9 @@ root = false # Be careful of automatically added values from IDE. -# Add a "# [initials] yyyy-MM-dd" postmark to differentiate human intent. +# Add between "# HUMANS markers to differentiate intent. [*.cs] -dotnet_diagnostic.CS1591.severity = suggestion # DS 2024-01-28 +#HUMANS +dotnet_diagnostic.CS1591.severity=suggestion +#ENDHUMANS