Skip to content

Commit 4f4aff4

Browse files
committed
exclude dub.packagesupplier from source files
It's only importing a file, so it's enough if it's inside the import paths. This makes that module be excluded from the unittests and hides the warning that comes with it being deprecated.
1 parent 60a0a7d commit 4f4aff4

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

dub.sdl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ license "MIT"
77

88
targetPath "bin"
99

10+
excludedSourceFiles \
11+
"source/dub/packagesupplier.d" # superseded with dub.packagesuppliers
12+
1013
configuration "application" {
1114
targetType "executable"
1215
mainSourceFile "source/app.d"

0 commit comments

Comments
 (0)