Skip to content

Commit

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

Signed-off-by: Benjamin Evenson <[email protected]>
  • Loading branch information
benjiro committed Mar 1, 2024
1 parent 64699c8 commit 7b4defb
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 7b4defb

Please sign in to comment.