Skip to content

Commit 65160cb

Browse files
gregjopaalekseykulikov
authored andcommitted
Remove warning for using static_dist_dir with urls
lighthouse-ci does support using explicit URLs with '--static-dist-dir'. Support was added for this in late 2019.
1 parent 791d01e commit 65160cb

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/config.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -55,13 +55,6 @@ exports.getInput = function getInputArgs() {
5555
process.exit(1)
5656
}
5757

58-
// Warn if specifying both
59-
if (urls.length > 0 && staticDistDir) {
60-
core.warning(
61-
`Setting both 'url' and 'static_dist_dir' will ignore urls in 'url' since 'static_dist_dir' has higher priority`
62-
)
63-
}
64-
6558
return {
6659
// collect
6760
urls,

0 commit comments

Comments
 (0)