Skip to content
This repository has been archived by the owner on Mar 25, 2021. It is now read-only.

Do not apply trailing comma rule to type parameter lists #1775

Merged
merged 3 commits into from
Dec 2, 2016

Conversation

wmrowan
Copy link
Contributor

@wmrowan wmrowan commented Nov 22, 2016

Typescript disallows trailing commas in type parameter lists, both on declaration and invocation. Linting should not flag this case as fixing the lint error would introduce a compiler error.

See #1769

Typescript disallows trailing commas in type parameter lists, both on declaration and invocation. Linting should not flag this case as fixing the lint error would introduce a compiler error.

See palantir#1769
@palantirtech
Copy link
Member

Thanks for your interest in palantir/tslint, @wmrowan! Before we can accept your pull request, you need to sign our contributor license agreement - just visit https://cla.palantir.com/ and follow the instructions. Once you sign, I'll automatically update this pull request.

@nchen63
Copy link
Contributor

nchen63 commented Nov 22, 2016

looks good, just need to update the tests

@wmrowan
Copy link
Contributor Author

wmrowan commented Nov 23, 2016

@palantirtech I'm afraid my lawyers will have to contact your lawyers about the CLA. It might have to wait until next week due to the holiday.

@nchen63
Copy link
Contributor

nchen63 commented Dec 2, 2016

@wmrowan any updates on the CLA?

@wmrowan
Copy link
Contributor Author

wmrowan commented Dec 2, 2016

@nchen63 I emailed the signed CLA to opensource@palantir.com a few days ago as instructed. Is there anything else I need to do?

@nchen63
Copy link
Contributor

nchen63 commented Dec 2, 2016

That works

@nchen63 nchen63 merged commit a277873 into palantir:master Dec 2, 2016
@nchen63
Copy link
Contributor

nchen63 commented Dec 2, 2016

@wmrowan thanks!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants