Skip to content

Commit

Permalink
Explicitly include plugins in settings object.
Browse files Browse the repository at this point in the history
As this document is referenced by LHCI, explicitly include `plugins` as a supported setting to ensure users are aware that it is supported.
  • Loading branch information
jburger424 committed Nov 30, 2020
1 parent 29b0eb0 commit 5508791
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ For full list see [our config settings typedef](https://github.com/GoogleChrome/
| onlyCategories | `string[]` | Includes only the specified categories in the final report. Additive with `onlyAudits` and reduces the time to audit a page. |
| onlyAudits | `string[]` | Includes only the specified audits in the final report. Additive with `onlyCategories` and reduces the time to audit a page. |
| skipAudits | `string[]` | Excludes the specified audits from the final report. Takes priority over `onlyCategories`, not usable in conjuction with `onlyAudits`, and reduces the time to audit a page. |
| plugins | `string[]` | Includes the specified plugins and corresponding audits in the report, this is additive with all above options. Refer to [plugin documentation](https://github.com/GoogleChrome/lighthouse/blob/master/docs/plugins.md) for detailed plugin information.|

### `passes: Object[]`

Expand Down

0 comments on commit 5508791

Please sign in to comment.