Skip to content

🐛 Fix forbidden terms to unblock main#34799

Merged
kristoferbaxter merged 1 commit intoampproject:mainfrom
danielrozenberg:forbidden-terms-fix
Jun 9, 2021
Merged

🐛 Fix forbidden terms to unblock main#34799
kristoferbaxter merged 1 commit intoampproject:mainfrom
danielrozenberg:forbidden-terms-fix

Conversation

@danielrozenberg
Copy link
Copy Markdown
Member

No description provided.

'ads/_a4a-config.js',
'build-system/server/amp4test.js',
'build-system/server/app-index/amphtml-helpers.js',
'build-system/server/app-utils.js',
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Was this reverted line intentional?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, #34754 removed direct mentions to cdn.ampproject in that file (replacing it with a regex, so now it's cdn\\.ampproject instead) and that also broke the checks

],
},
'AMP_EXP': {
'\\bAMP_EXP\\b': {
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit for a follow-up: just one rule '\\b(__)?AMP_EXP\\b'

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ugh this is almost done passing the checks... wanna put that in your followup PR? :D

@kristoferbaxter kristoferbaxter disabled auto-merge June 9, 2021 21:44
@kristoferbaxter kristoferbaxter merged commit 7cfaae5 into ampproject:main Jun 9, 2021
@danielrozenberg danielrozenberg deleted the forbidden-terms-fix branch June 9, 2021 21:49
westonruter added a commit to westonruter/amphtml that referenced this pull request Jun 11, 2021
…ebook-like-bento-version

* 'main' of github.com:ampproject/amphtml:
  minor updates + fix broken links (ampproject#34840)
  Add "wrapper": "bento" option to Bento components (ampproject#34838)
  ♻️ Move src/layout into core to unblock buildDOM for amp-layout (ampproject#34818)
  ♿ Apply `lang="en"` to relevant snippets in `test/` (ampproject#34768)
  Bento: Enable `npm` for `amp-video` (ampproject#34822)
  ✨[story-ads] Introduce new yellow segment progress bar v2 (ampproject#34804)
  SwG Release (ampproject#34825)
  📦 Update build-system devDependencies to v7.14.5 (ampproject#34802)
  Disable viewport warnings in experiment. (ampproject#34809)
  Apply lang="en" to examples/ (ampproject#34759)
  ✨ [Amp story] Scaffold desktop one panel experiment (ampproject#34755)
  ♻️ Migrate Style and DOM helpers into core/DOM + type-checking (ampproject#34681)
  🏗 Don't pull all externs into experiments (ampproject#34800)
  typechecking: remove pride as not compatible with rest of strategy (ampproject#34787)
  Fix forbidden terms to unblock `main` (ampproject#34799)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants