Skip to content

Commit

Permalink
Update forbidden terms allowlist
Browse files Browse the repository at this point in the history
  • Loading branch information
rcebulko committed May 4, 2021
1 parent bc40e67 commit 74ade7c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build-system/test-configs/forbidden-terms.js
Original file line number Diff line number Diff line change
Expand Up @@ -574,6 +574,7 @@ const forbiddenTermsGlobal = {
message: 'Use assertElement instead of casting to !Element.',
allowlist: [
'src/core/assert/base.js', // Has actual implementation of assertElement.
'src/core/assert/dev.js', // Has actual implementation of assertElement.
'src/polyfills/custom-elements.js',
'ads/google/imaVideo.js', // Required until #22277 is fixed.
'3p/twitter.js', // Runs in a 3p window context, so cannot import log.js.
Expand Down

0 comments on commit 74ade7c

Please sign in to comment.