Skip to content

Commit

Permalink
Update forbidden-terms.js
Browse files Browse the repository at this point in the history
  • Loading branch information
rcebulko authored Apr 29, 2021
1 parent 3f8ad20 commit eaaa9e7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build-system/test-configs/forbidden-terms.js
Original file line number Diff line number Diff line change
Expand Up @@ -573,7 +573,6 @@ const forbiddenTermsGlobal = {
'/\\*\\* @type \\{\\!Element\\} \\*/': {
message: 'Use assertElement instead of casting to !Element.',
allowlist: [
// 'src/log(.js', // Has actual implementation of assertElement.
'src/core/assert/base.js', // Has actual implementation of assertElement.
'src/polyfills/custom-elements.js',
'ads/google/imaVideo.js', // Required until #22277 is fixed.
Expand Down

0 comments on commit eaaa9e7

Please sign in to comment.