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

[eslint] - fix plugin rule list #18771

Merged
merged 1 commit into from
Nov 22, 2021
Merged

Conversation

maorleger
Copy link
Member

It looks like ts-package-json-sdktype rule entry was duplicated in #18597 -
which casues the "number of rules should match the expected value" to report an
error.

This PR fixes the issue by removing the duplicated entry. I also went ahead and
sorted the entries to make these things easier to spot in the future (although
there is no guarantee sort will be preserved).

@ramya-rao-a
Copy link
Contributor

Nice catch!

@maorleger maorleger enabled auto-merge (squash) November 22, 2021 18:40
@maorleger maorleger merged commit 53ef842 into Azure:main Nov 22, 2021
azure-sdk pushed a commit to azure-sdk/azure-sdk-for-js that referenced this pull request Apr 22, 2022
Enable azure-powershell CI for all management RPs (Azure#18771)

* Enable azure-powershell for all manage RPs

* Change integrationRepository to Azure/azure-powershell-pr

* Change azure-powershell in api-spec repo

* Change azure-powershell in api-spec repo

* Remove azure-powershell from some deprecated RPs

Co-authored-by: v-yuzhichen@microsoft.com <v-yuzhichen@microsoft.com>
azure-sdk pushed a commit to azure-sdk/azure-sdk-for-js that referenced this pull request Apr 22, 2022
Enable azure-powershell CI for all management RPs (Azure#18771)

* Enable azure-powershell for all manage RPs

* Change integrationRepository to Azure/azure-powershell-pr

* Change azure-powershell in api-spec repo

* Change azure-powershell in api-spec repo

* Remove azure-powershell from some deprecated RPs

Co-authored-by: v-yuzhichen@microsoft.com <v-yuzhichen@microsoft.com>
azure-sdk pushed a commit to azure-sdk/azure-sdk-for-js that referenced this pull request Apr 22, 2022
Enable azure-powershell CI for all management RPs (Azure#18771)

* Enable azure-powershell for all manage RPs

* Change integrationRepository to Azure/azure-powershell-pr

* Change azure-powershell in api-spec repo

* Change azure-powershell in api-spec repo

* Remove azure-powershell from some deprecated RPs

Co-authored-by: v-yuzhichen@microsoft.com <v-yuzhichen@microsoft.com>
azure-sdk pushed a commit to azure-sdk/azure-sdk-for-js that referenced this pull request Apr 22, 2022
Enable azure-powershell CI for all management RPs (Azure#18771)

* Enable azure-powershell for all manage RPs

* Change integrationRepository to Azure/azure-powershell-pr

* Change azure-powershell in api-spec repo

* Change azure-powershell in api-spec repo

* Remove azure-powershell from some deprecated RPs

Co-authored-by: v-yuzhichen@microsoft.com <v-yuzhichen@microsoft.com>
azure-sdk pushed a commit to azure-sdk/azure-sdk-for-js that referenced this pull request Apr 22, 2022
Enable azure-powershell CI for all management RPs (Azure#18771)

* Enable azure-powershell for all manage RPs

* Change integrationRepository to Azure/azure-powershell-pr

* Change azure-powershell in api-spec repo

* Change azure-powershell in api-spec repo

* Remove azure-powershell from some deprecated RPs

Co-authored-by: v-yuzhichen@microsoft.com <v-yuzhichen@microsoft.com>
azure-sdk pushed a commit to azure-sdk/azure-sdk-for-js that referenced this pull request Apr 22, 2022
Enable azure-powershell CI for all management RPs (Azure#18771)

* Enable azure-powershell for all manage RPs

* Change integrationRepository to Azure/azure-powershell-pr

* Change azure-powershell in api-spec repo

* Change azure-powershell in api-spec repo

* Remove azure-powershell from some deprecated RPs

Co-authored-by: v-yuzhichen@microsoft.com <v-yuzhichen@microsoft.com>
azure-sdk pushed a commit to azure-sdk/azure-sdk-for-js that referenced this pull request Apr 22, 2022
Enable azure-powershell CI for all management RPs (Azure#18771)

* Enable azure-powershell for all manage RPs

* Change integrationRepository to Azure/azure-powershell-pr

* Change azure-powershell in api-spec repo

* Change azure-powershell in api-spec repo

* Remove azure-powershell from some deprecated RPs

Co-authored-by: v-yuzhichen@microsoft.com <v-yuzhichen@microsoft.com>
azure-sdk pushed a commit to azure-sdk/azure-sdk-for-js that referenced this pull request Apr 22, 2022
Enable azure-powershell CI for all management RPs (Azure#18771)

* Enable azure-powershell for all manage RPs

* Change integrationRepository to Azure/azure-powershell-pr

* Change azure-powershell in api-spec repo

* Change azure-powershell in api-spec repo

* Remove azure-powershell from some deprecated RPs

Co-authored-by: v-yuzhichen@microsoft.com <v-yuzhichen@microsoft.com>
azure-sdk pushed a commit to azure-sdk/azure-sdk-for-js that referenced this pull request Apr 22, 2022
Enable azure-powershell CI for all management RPs (Azure#18771)

* Enable azure-powershell for all manage RPs

* Change integrationRepository to Azure/azure-powershell-pr

* Change azure-powershell in api-spec repo

* Change azure-powershell in api-spec repo

* Remove azure-powershell from some deprecated RPs

Co-authored-by: v-yuzhichen@microsoft.com <v-yuzhichen@microsoft.com>
azure-sdk pushed a commit to azure-sdk/azure-sdk-for-js that referenced this pull request Apr 22, 2022
Enable azure-powershell CI for all management RPs (Azure#18771)

* Enable azure-powershell for all manage RPs

* Change integrationRepository to Azure/azure-powershell-pr

* Change azure-powershell in api-spec repo

* Change azure-powershell in api-spec repo

* Remove azure-powershell from some deprecated RPs

Co-authored-by: v-yuzhichen@microsoft.com <v-yuzhichen@microsoft.com>
azure-sdk pushed a commit to azure-sdk/azure-sdk-for-js that referenced this pull request Apr 22, 2022
Enable azure-powershell CI for all management RPs (Azure#18771)

* Enable azure-powershell for all manage RPs

* Change integrationRepository to Azure/azure-powershell-pr

* Change azure-powershell in api-spec repo

* Change azure-powershell in api-spec repo

* Remove azure-powershell from some deprecated RPs

Co-authored-by: v-yuzhichen@microsoft.com <v-yuzhichen@microsoft.com>
azure-sdk pushed a commit to azure-sdk/azure-sdk-for-js that referenced this pull request Apr 22, 2022
Enable azure-powershell CI for all management RPs (Azure#18771)

* Enable azure-powershell for all manage RPs

* Change integrationRepository to Azure/azure-powershell-pr

* Change azure-powershell in api-spec repo

* Change azure-powershell in api-spec repo

* Remove azure-powershell from some deprecated RPs

Co-authored-by: v-yuzhichen@microsoft.com <v-yuzhichen@microsoft.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants