Skip to content

Commit 3c00757

Browse files
benjirotoddbaert
andauthored
fix: invalid editorconfig (#244)
## This PR Typo that was made under PR #242 Signed-off-by: Benjamin Evenson <[email protected]> Co-authored-by: Todd Baert <[email protected]>
1 parent a577a80 commit 3c00757

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.editorconfig

+1-1
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ dotnet_diagnostic.IDE0005.severity = error
146146
dotnet_diagnostic.RS0041.severity = suggestion
147147

148148
# CA2007: Do not directly await a Task
149-
dotnet_diagnostic.CA2007.severity = errorgit
149+
dotnet_diagnostic.CA2007.severity = error
150150

151151
[obj/**.cs]
152152
generated_code = true

0 commit comments

Comments
 (0)