Skip to content

Commit

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

Signed-off-by: Benjamin Evenson <2031163+benjiro@users.noreply.github.com>
Co-authored-by: Todd Baert <todd.baert@dynatrace.com>
Signed-off-by: Artyom Tonoyan <artonoyan@servicetitan.com>
  • Loading branch information
2 people authored and arttonoyan committed Nov 17, 2024
1 parent 5b79419 commit 7e95a3e
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 7e95a3e

Please sign in to comment.