Skip to content

Commit 500de4c

Browse files
authored
ci: disable is-crawlable audit in Lighthouse (#8011)
* ci: disable is-crawlable audit in Lighthouse Signed-off-by: Matt Cowley <[email protected]> * Move is-crawlable to skipAudits Signed-off-by: Matt Cowley <[email protected]> --------- Signed-off-by: Matt Cowley <[email protected]>
1 parent b4006c5 commit 500de4c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.lighthouserc.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"collect": {
44
"numberOfRuns": 1,
55
"settings": {
6-
"preset": "desktop"
6+
"preset": "desktop",
7+
"skipAudits": ["is-crawlable"]
78
}
89
},
910
"assert": {

0 commit comments

Comments
 (0)