-
Notifications
You must be signed in to change notification settings - Fork 3k
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
{Pylint} Remove some invalid disable=unused-argument #30571
base: dev
Are you sure you want to change the base?
Conversation
️✔️AzureCLI-FullTest
|
️✔️AzureCLI-BreakingChangeTest
|
Thank you for your contribution! We will review the pull request and get back to you soon. |
|
93f34c6
to
51d0c91
Compare
f6885d7
to
96fe70b
Compare
96fe70b
to
5d53488
Compare
@jiasli Is there more I should do? I'm pretty sure I only removed a subset of the pylint markers that are not doing anything anymore. |
@atombrella, thanks for your contribution. However, we are near the Chinese New Year holiday and have limited bandwidth. We will revisit this PR when time permits. |
Description
They seem to be legacy.
Testing Guide
History Notes
[Component Name 1] BREAKING CHANGE:
az command a
: Make some customer-facing breaking change[Component Name 2]
az command b
: Add some customer-facing featureThis checklist is used to make sure that common guidelines for a pull request are followed.
The PR title and description has followed the guideline in Submitting Pull Requests.
I adhere to the Command Guidelines.
I adhere to the Error Handling Guidelines.