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

Clean up typings file #23200

Merged
merged 2 commits into from
May 24, 2023
Merged

Clean up typings file #23200

merged 2 commits into from
May 24, 2023

Conversation

Charles-Gagnon
Copy link
Contributor

Linting from latest DT update. No idea why these eslint-disables were added in the last merge....

@Charles-Gagnon
Copy link
Contributor Author

Ah, that explains it. Seems like VS Code added doc comment validation to the hygiene. Easy enough to fix.

@lewis-sanchez @kburtram This should have had a SQL CARBON TODO, right? Let's make sure we're tracking follow up items like this during merges so we can get back to a clean state afterwards.

@Charles-Gagnon
Copy link
Contributor Author

For full context, this isn't anything to do with VS Code at all. A long time back I added the check-param-names rule to our sql linting and that's what was failing here

#18189

Now the real question is why did it just start failing during the merge....and I don't have a good answer for that. I looked around briefly to see what might have changed, but didn't see anything obvious. And it's good to have this kind of stuff so I'm not going to bother investigating further at this point.

@@ -89,7 +89,9 @@ module.exports.indentationFilter = [
'!test/monaco/out/**',
'!test/smoke/out/**',
'!extensions/typescript-language-features/test-workspace/**',
'!extensions/typescript-language-features/resources/walkthroughs/**',
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Ordering alphabetically and cleaning this up a bit - I did this when I thought it was a hygiene error and it's helpful to keep things in this file organized.

@Charles-Gagnon Charles-Gagnon merged commit 55cedb8 into main May 24, 2023
@Charles-Gagnon Charles-Gagnon deleted the chgagnon/cleanupTypings branch May 24, 2023 22:44
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.

2 participants