-
-
Notifications
You must be signed in to change notification settings - Fork 394
fix unpack params with asasalint #642
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
Conversation
I have run lint on my local, only two failed with
|
@ysmood need review ( and merge maybe I also think there need a testcase maybe |
Sorry, I accidentally merged your commit, now I reverted it, please read the source code of Line 595 in c7dfaa5
|
If you still want to do something, please create a unit test that can prove your idea. |
👍🏼 |
Also, can you help to change the func (p *Page) Wait(this *proto.RuntimeRemoteObject, js string, params []interface{}) error to: func (p *Page) Wait(opts *EvalOptions) error |
ok, I will try, but need go to work now 😂 |
Development guide
Link
Test on local before making the PR
How
I create a linter about pass []any as any into variadic function
the linter output