-
Notifications
You must be signed in to change notification settings - Fork 64
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
[GH-232]: Fix e2e playwright directory linting #241
[GH-232]: Fix e2e playwright directory linting #241
Conversation
@c0d33ngr Thanks for this contribution 👍 Heads up that we will also want to uncomment the following lines to make the linting run in the Playwright test's CI: @raghavaggarwal2308 Looks like there is remaining
|
I've remove the comments @mickmister 😊 |
Hi @mickmister , I'd love to resolve the golangci-lint error. Should I create a separate PR for it or resolved it in this PR? |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #241 +/- ##
======================================
Coverage 6.42% 6.42%
======================================
Files 11 11
Lines 1712 1712
======================================
Hits 110 110
Misses 1594 1594
Partials 8 8 ☔ View full report in Codecov by Sentry. |
@c0d33ngr Playwright linting is passing now. Nice job 👍
Awesome!! I think a separate PR makes sense since this PR currently has no server-side Go changes. LMK if you have any questions about the task. Thanks @c0d33ngr! |
@mickmister @c0d33ngr I have created a PR #242 with the lint error fixes.
@c0d33ngr Apologies from my side, I missed this message. |
It's okay @raghavaggarwal2308 😊 |
/update-branch |
1 similar comment
/update-branch |
@c0d33ngr Can you please update your local copy of the master branch, and merge its contents into your branch? Thank you! |
I've done it @mickmister |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks @c0d33ngr!
Summary
This pull request fix linting errors in the
e2e/playwright
directory.Ticket Link
Fixes #232