Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update some 'master' references to 'main' #364

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions config.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
/**
* Config for running lighthouse audits.
* For the possible types, see
* https://github.com/GoogleChrome/lighthouse/blob/master/typings/config.d.ts.
* https://github.com/GoogleChrome/lighthouse/blob/main/types/config.d.ts
* and
* https://github.com/GoogleChrome/lighthouse/tree/master/core/config
* https://github.com/GoogleChrome/lighthouse/tree/main/core/config
* @const {LH.Config}
*/
const config = {
Expand Down
4 changes: 2 additions & 2 deletions lighthouse-ci/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@ module.exports = {
## Example

There is an
[example LHCI configuration](https://github.com/googleads/publisher-ads-lighthouse-plugin/blob/master/lighthouserc.js)
[example LHCI configuration](https://github.com/googleads/publisher-ads-lighthouse-plugin/blob/main/lighthouserc.cjs)
in this repository that checks 2 mock pages. It utilizes GitHub Actions and the
Lighthouse CI GitHub app to demonstrate a simple setup. However, the same
assertions can be integrated with
[many other popular CI providers](https://github.com/GoogleChrome/lighthouse-ci/blob/master/docs/getting-started.md#configure-your-ci-provider).
[many other popular CI providers](https://github.com/GoogleChrome/lighthouse-ci/blob/main/docs/getting-started.md#configure-your-ci-provider).
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
// limitations under the License.

// Forked from Lighthouse:
// https://github.com/GoogleChrome/lighthouse/blob/master/core/scripts/i18n/collect-strings.js
// https://github.com/GoogleChrome/lighthouse/blob/main/core/scripts/i18n/collect-strings.js
'use strict';

/* eslint-disable no-console, max-len */
Expand Down
4 changes: 2 additions & 2 deletions lighthouse-plugin-publisher-ads/test/smoke/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
/**
* Config for running lighthouse audits.
* For the possible types, see
* https://github.com/GoogleChrome/lighthouse/blob/master/typings/config.d.ts.
* https://github.com/GoogleChrome/lighthouse/blob/main/types/config.d.ts
* and
* https://github.com/GoogleChrome/lighthouse/tree/master/core/config
* https://github.com/GoogleChrome/lighthouse/tree/main/core/config
* @const {LH.Config}
*/
// TODO(jburger): Make Chrome run in headless mode.
Expand Down