-
Notifications
You must be signed in to change notification settings - Fork 885
Set esSpecCompliant
for trailing-comma rule in tslint:recommended
#3899
Set esSpecCompliant
for trailing-comma rule in tslint:recommended
#3899
Conversation
Thanks for your interest in palantir/tslint, @chaucerbao! 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. |
I can't help but feel like the CI failure is not related to this update. |
Yeah same happened to my PR. The issue seems to exist in master. Though, none of the tests failed in my local run. |
Is there any more blockers on this issue? Really want to see it in the nearest build! |
@chaucerbao can you confirm whether you have signed the CLA? This should be good to merge. |
I apologize, I have not gone through the license agreement, not because I don't agree with it, I'm just not comfortable linking my account information to an external app as part of that process. You (or anyone) are welcome to close this PR and recreate the update. There's no logic, just a preference to be compliant by default. |
Unfortunately we are unable to take your change. Hope that you feel comfortable to sign the CLA in the future. |
No worries, I understand. If you also agree that presets should be compliant by default, you can add it internally at Palantir. Or @vtambourine, if you're up for it you can make a PR. |
@johnwiseheart now I'm confused. Proposed changes is a single line of logicless code, basically a configuration option, already described in TSLint docs that can hardly make any harm. Two comments ago you said It also worth to mention, that Palantir made impossible to read CLA before authorizing with personal GitHub account. |
Palantir requires that all contributors agree to the terms and conditions in the CLA prior to submitting any contributions. I said this PR was I agree that it should be possible to view the CLA before authorizing with your account, and will pass that on to the team. |
Thank you for your reply. Can you please clarity two more questions — will
it be possible to other contributors, who signed CLA, to make the same PR?
Is it possible for you, as a maintainers, to implement suggested small, but
relavant and useful feature as regular commits?
…On Wed, 18 Jul 2018 at 23:32, John Wiseheart ***@***.***> wrote:
Palantir requires that all contributors agree to the terms and conditions
in the CLA prior to submitting any contributions. I said this PR was good
to merge assuming that @chaucerbao <https://github.com/chaucerbao> had
signed the CLA, as the cla-bot has been having some issues of recent and
there has been some users who have indeed signed it but it has not updated
the status. Because the CLA has not been signed, we cannot accept a
contribution from @chaucerbao <https://github.com/chaucerbao>.
I agree that it should be possible to view the CLA before authorizing with
your account, and will pass that on to the team.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#3899 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AA_vi4DaLiqtMVg2FPcLzLudLRIP-kLwks5uH6k_gaJpZM4T6XUu>
.
|
Yes, it is possible for other contributors to make the same PR. Yes, it is possible for me or any of the other maintainers to implement small and useful features. At the moment, most of our time is spent maintaining the project by reviewing PRs and responding to issues rather than developing features. I hope that one day we will have the time to work on new features ourselves too, but as we all have jobs separate to maintaining tslint, it is difficult to both develop new features as well as (attempt to) keep the number of PRs and issues low. |
PR checklist
esSpecCompliant
to the trailing-comma rule in tslint:recommended #3892Overview of change:
Is there anything you'd like reviewers to focus on?
CHANGELOG.md entry:
[rule-change] Set
esSpecCompliant
for trailing-comma rule in tslint:recommended