-
Notifications
You must be signed in to change notification settings - Fork 4
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
feat: refactor #46
feat: refactor #46
Conversation
Signed-off-by: Lawrence Zawila <113581282+darkmatterpool@users.noreply.github.com>
Codecov Report
@@ Coverage Diff @@
## main #46 +/- ##
==========================================
- Coverage 29.60% 28.04% -1.56%
==========================================
Files 65 70 +5
Lines 3091 3451 +360
==========================================
+ Hits 915 968 +53
- Misses 2090 2399 +309
+ Partials 86 84 -2
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
Signed-off-by: Lawrence Zawila <113581282+darkmatterpool@users.noreply.github.com>
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.
I definitely don't like all those linters which forces us to add ugly annotations to the code.
We don't need tools which say us a function is too long or an interface implementation is empty.
Signed-off-by: Lawrence Zawila <113581282+darkmatterpool@users.noreply.github.com>
Signed-off-by: Lawrence Zawila 113581282+darkmatterpool@users.noreply.github.com