Skip to content
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

Make triple-slash comment classification more restrictive #33056

Merged
merged 2 commits into from
Aug 23, 2019

Conversation

amcasey
Copy link
Member

@amcasey amcasey commented Aug 23, 2019

It was overly permissive and ended up making a mess of C#-style comments:

/// <summary>Text</summary>

Now it checks the element name. Attribute names remain unchecked.

It was overly permissive and ended up making a mess of C#-style
comments:

`/// <summary>Text</summary>`

Now it checks the element name.  Attribute names remain unchecked.
@amcasey amcasey merged commit 5b59cfb into microsoft:master Aug 23, 2019
@amcasey
Copy link
Member Author

amcasey commented Aug 23, 2019

@typescript-bot cherry-pick this to release-3.6

@amcasey amcasey deleted the TripleSlashRestrictions branch August 23, 2019 21:08
@typescript-bot
Copy link
Collaborator

Hey @amcasey, I couldn't open a PR with the cherry-pick. (You can check the log here). You may need to squash and pick this PR into release-3.6 manually.

@amcasey
Copy link
Member Author

amcasey commented Aug 23, 2019

@RyanCavanaugh I believe these are the relevant errors:

Deprecation: [@octokit/rest] octokit.authenticate() is deprecated. Use "auth" constructor option instead.
Deprecation: [@octokit/rest] "number" parameter is deprecated for ".issues.createComment()". Use "issue_number" instead

amcasey added a commit to amcasey/TypeScript that referenced this pull request Aug 23, 2019
Make triple-slash comment classification more restrictive

(cherry picked from commit 5b59cfb)
amcasey added a commit that referenced this pull request Aug 26, 2019
Merge pull request #33056 from amcasey/TripleSlashRestrictions
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.

None yet

3 participants