-
Notifications
You must be signed in to change notification settings - Fork 3.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🏗 🐛 ❄️ always check forbidden terms #34897
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Hey @rsimha! These files were changed:
|
rsimha
approved these changes
Jun 16, 2021
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for taking care of this! LGTM with a few minor suggestions.
rcebulko
reviewed
Jun 16, 2021
50a752d
to
24089a5
Compare
rcebulko
reviewed
Jun 16, 2021
Co-authored-by: Raghu Simha <rsimha@amp.dev>
24089a5
to
3797520
Compare
rcebulko
approved these changes
Jun 16, 2021
rsimha
reviewed
Jun 16, 2021
Co-authored-by: Raghu Simha <rsimha@amp.dev>
rsimha
approved these changes
Jun 16, 2021
This was referenced Jun 17, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
#34887 demonstrated that the
forbidden-terms
file always needs to be checked by removing forbidden terms from files on the allowlist. Because the we runamp lint --local_changes
in CI now the checks passed but then started failing on main.Checks run from bad PR
![image](https://user-images.githubusercontent.com/78179109/122291645-e4e5ea80-cea9-11eb-8058-383add0d9d39.png)
https://app.circleci.com/pipelines/github/ampproject/amphtml/11572/workflows/fa5345cd-0ebe-4663-b8a1-f5905a1b63da/jobs/183106
Future checks run on main
![image](https://user-images.githubusercontent.com/78179109/122291917-3f7f4680-ceaa-11eb-97f4-afa81ebffdd7.png)
https://app.circleci.com/pipelines/github/ampproject/amphtml/11572/workflows/fa5345cd-0ebe-4663-b8a1-f5905a1b63da/jobs/183106