-
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
Fix ESlint errors for storage packages #10782
Labels
Client
This issue points to a problem in the data-plane of the library.
help wanted
This issue is tracking work for which community contributions would be welcomed and appreciated
Storage
Storage Service (Queues, Blobs, Files)
Comments
ghost
added
the
needs-triage
Workflow: This is a new issue that needs to be triaged to the appropriate team.
label
Aug 23, 2020
ghost
removed
the
needs-triage
Workflow: This is a new issue that needs to be triaged to the appropriate team.
label
Aug 25, 2020
ramya-rao-a
added
Client
This issue points to a problem in the data-plane of the library.
Storage
Storage Service (Queues, Blobs, Files)
labels
Aug 25, 2020
ramya-rao-a
added
help wanted
This issue is tracking work for which community contributions would be welcomed and appreciated
and removed
Up for grabs
labels
Sep 15, 2020
Hi @praveenkuttappan @ramya-rao-a can I take this one on too? |
Yes, please go ahead. |
This was referenced Feb 23, 2021
@EmmaZhu Looks like we fixed things up in the blob, queue, file-share, changefeed, file-datalake packages. The below packages are pending
|
Closing this issue in favor of #17945 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
Client
This issue points to a problem in the data-plane of the library.
help wanted
This issue is tracking work for which community contributions would be welcomed and appreciated
Storage
Storage Service (Queues, Blobs, Files)
Fix lint errors found in storage packages by ESLint. Following are the steps to run ESLint for storage packages and reproduce this issue.
<repo root>/sdk/storage/<package-name>
rushx lint
<repo root>/sdk/storage/<package-name>
with name ends with lintReport.htmlOnce all known issues are resolved, below change is required in
package.json
file in package root<repo root>/sdk/storage/<package-name>
to treat any new lint regression as hard failure in CI.package.json
-f html -o <package name>-lintReport.html || exit 0
Note: HTML report name prefix may be different for each package name to differentiate the report for each package.
The text was updated successfully, but these errors were encountered: