-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
[ESLint Plugin] Some of the tests behavior changed after TS upgrade #13186
Comments
I don't see the above test failing anymore, but I see a different one failing:
|
@ramya-rao-a the test mentioned in the description is currently commented out: azure-sdk-for-js/common/tools/eslint-plugin-azure-sdk/tests/rules/ts-use-promises.ts Lines 46 to 55 in d515f86
|
to @ramya-rao-a 's comment looks like "ts-package-json-sdktype", is duplicated in the ruleList. I can open a PR to fix that shortly, but I agree we should run these rules as part of CI when plugin code changes... Edit to add: and maybe lint all the packages if any eslint plugin code changes. Haven't thought this through though... |
We already have that :) See the latest on this at #18770 |
Hi @deyaaeldeen, we deeply appreciate your input into this project. Regrettably, this issue has remained inactive for over 2 years, leading us to the decision to close it. We've implemented this policy to maintain the relevance of our issue queue and facilitate easier navigation for new contributors. If you still believe this topic requires attention, please feel free to create a new issue, referencing this one. Thank you for your understanding and ongoing support. |
ts-use-promises
changed its behavior after upgrading TS to v4.1.2 causing a unit test to fail:Detailed error
Code pointers for anyone wanting to fix this:
The text was updated successfully, but these errors were encountered: