-
Notifications
You must be signed in to change notification settings - Fork 3
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
Bug: pass []any as any in variadic function #5
Comments
Hey, thanks for testing out dynaQ!! I think I know what the issue is and I'll work on it ASAP!! If you would like to fix this issue and to submit a PR, please fork this repo and then create a PR whenever it's complete, and if accepted, I'll merge it in!! (Also, this reminds me I need to set up a code of conduct for contributing, so thanks for that reminder as well!!) |
Hey @alingse, I already went ahead and tried to fix this issue. Would you might testing the branch |
sorry, my github action work on the default branch 😂 it's not configurable. you can try install the linter on local with i am working on add the linter into golangci-lint, maybe that will be easy to check. |
Haha okay, no worries!! Thanks for letting me know. I'll give it a shot (and thanks for the linter tool!! Seems like a really cool idea 😜) |
I gave it a shot and didn't get any messages back. I assume this means it passed? @alingse |
yes, no message is means that passed. 🌮 |
Perfect, thanks!! I'll get it merged in. And thanks again for checking out dynaQ!! |
i am writing a linter to lint that pass []any as any in variadic function
and run github Actions for some top go packages, this package failed
see github actions lint result here https://github.com/alingse/asasalint/runs/7284512845?check_suite_focus=true
The text was updated successfully, but these errors were encountered: