Skip to content

Commit

Permalink
fix: invalid editorconfig (#244)
Browse files Browse the repository at this point in the history
## This PR
Typo that was made under PR
#242

Signed-off-by: Benjamin Evenson <2031163+benjiro@users.noreply.github.com>
Co-authored-by: Todd Baert <todd.baert@dynatrace.com>
  • Loading branch information
benjiro and toddbaert committed Mar 6, 2024
1 parent a577a80 commit 3c00757
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ dotnet_diagnostic.IDE0005.severity = error
dotnet_diagnostic.RS0041.severity = suggestion

# CA2007: Do not directly await a Task
dotnet_diagnostic.CA2007.severity = errorgit
dotnet_diagnostic.CA2007.severity = error

[obj/**.cs]
generated_code = true
Expand Down

0 comments on commit 3c00757

Please sign in to comment.