Skip to content

Commit b263a39

Browse files
update justfile import (#3046)
1 parent a9c875f commit b263a39

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

justfile

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
set quiet
22

3-
import? '../sdk-codegen/justfile'
3+
import? '../sdk-codegen/utils.just'
44

55
_default:
66
just --list --unsorted
@@ -22,10 +22,6 @@ format *args:
2222
# This sets TargetFramework because of a race condition in dotnet format when it tries to format to multiple targets at a time, which could lead to code with compiler errors after it completes
2323
TargetFramework=net5.0 dotnet format src/Stripe.net/Stripe.net.csproj --severity warn {{args}}
2424

25-
# for backwards compatibility; ideally removed later
26-
[private]
27-
alias codegen-format := format
28-
2925
# verify, but don't modify, the project's formatting
3026
format-check: (format "--verify-no-changes")
3127

0 commit comments

Comments
 (0)