Skip to content

Commit

Permalink
chore: doclint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jackfranklin committed Feb 10, 2021
1 parent 2557885 commit c7eab96
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions utils/doclint/check_public_api/index.js
Expand Up @@ -857,6 +857,13 @@ function compareDocumentations(actual, expected) {
'"none"|"achromatopsia"|"blurredVision"|"deuteranopia"|"protanopia"|"tritanopia"',
},
],
[
'Method BrowserContext.overridePermissions() permissions',
{
actualName: 'Array<string>',
expectedName: 'Array<Permission>',
},
],
]);

const expectedForSource = expectedNamingMismatches.get(source);
Expand Down

0 comments on commit c7eab96

Please sign in to comment.