Skip to content

Added the file extension for a VS Code workspace file to .gitignore. … #212

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

Closed
wants to merge 1 commit into from
Closed

Added the file extension for a VS Code workspace file to .gitignore. … #212

wants to merge 1 commit into from

Conversation

tonythetiger323
Copy link

…Created a test for use-default-type-parameter, add the rule to rules/converters.ts, and created it it's own converter file.

PR Checklist

Overview

It was pretty straightforward as its one of the few rule tslint rules that doesn't have an eslint equivalent which ban-ts-ignore is pretty much the same so I just followed the way it was laid out to a t. Um, tangent, there appears to be something wrong with your e2e and I briefly looked at it but don't have much e2e testing experience. I can create and issue if you'd like.

…Created a test for use-default-type-parameter, add the rule to rules/converters.ts, and created it it's own converter file.
Copy link
Member

@JoshuaKGoldberg JoshuaKGoldberg left a comment

Choose a reason for hiding this comment

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

A start 😁 but a couple things to change.

@@ -9,3 +9,5 @@ test/*.js
~test/jest.config.js
!test/tests/**/.eslintrc*
!test/tests/**/*.log
#VS Code workspace file
*.code-workspace
Copy link
Member

Choose a reason for hiding this comment

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

Err this and the PR title look unrelated. Could you please file a separate issue if you'd like this change?

Copy link
Author

Choose a reason for hiding this comment

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

My apologies for the delay... I went out of town and had no service so was pretty disconnected, glad to see it got taken care of. Well, if you would like to have code-workspaces ignored I'm not opposed to resbubmitting.

return {
rules: [
{
ruleName: "@typescript-eslint/use-default-type-parameter",
Copy link
Member

Choose a reason for hiding this comment

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

@JoshuaKGoldberg
Copy link
Member

Just a heads up @tonythetiger323, #221 was already merged in (the author had asked early on about this rule). Are you still interested in the .gitignore changes?

@JoshuaKGoldberg JoshuaKGoldberg added status: waiting for reviewer Waiting for a maintainer to review status: waiting for author The PR author should address requested changes and removed status: waiting for reviewer Waiting for a maintainer to review labels Oct 6, 2019
@JoshuaKGoldberg
Copy link
Member

@tonythetiger323 if you merge from master, the CI failures for the test-end-to-end will go away. Sorry if that was confusing!

@JoshuaKGoldberg
Copy link
Member

Closing to keep the list of open PRs nice and tidy. Please do resubmit if you're still interested in sending this contribution in! 💖

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: waiting for author The PR author should address requested changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Missing converter: use-default-type-parameter
2 participants