Skip to content

Commit 0c4843b

Browse files
tidoustdontcallmedom
authored andcommitted
Adjust list of ignorable Web IDL anomalies
Bumping the version of Strudy brings new Web IDL anomaly types: - `noEvent` needs events data that is not included in the data we pass to the study function. It must be ignored. - `urlType` is new and we probably don't want to block curation because of it, at least for now (or we're going to have a lot of patching to do...)
1 parent e595264 commit 0c4843b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/idl/consistency.js

+3-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@ const ignorableAnomalies = [
3333
'incompatiblePartialIdlExposure',
3434
'singleEnumValue',
3535
'unexpectedEventHandler',
36-
'wrongCaseEnumValue'
36+
'wrongCaseEnumValue',
37+
'noEvent',
38+
'urlType'
3739
];
3840

3941

0 commit comments

Comments
 (0)