Skip to content

Commit

Permalink
doclint
Browse files Browse the repository at this point in the history
  • Loading branch information
jackfranklin committed Jul 3, 2020
1 parent 8dc02df commit 6f6f3fd
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions utils/doclint/check_public_api/index.js
Expand Up @@ -749,6 +749,20 @@ function compareDocumentations(actual, expected) {
expectedName: 'MouseButton',
},
],
[
'Method HTTPRequest.continue() overrides',
{
actualName: 'Object',
expectedName: 'ContinueRequestOverrides',
},
],
[
'Method HTTPRequest.respond() response',
{
actualName: 'Object',
expectedName: 'ResponseForRequest',
},
],
]);

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

0 comments on commit 6f6f3fd

Please sign in to comment.