-
Notifications
You must be signed in to change notification settings - Fork 44
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
chore: Remove fmt.println from core package #238
Conversation
e4bc8ff
to
2977c03
Compare
2977c03
to
aedd19c
Compare
Codecov Report
@@ Coverage Diff @@
## develop #238 +/- ##
===========================================
- Coverage 58.59% 58.57% -0.02%
===========================================
Files 103 103
Lines 9848 9844 -4
===========================================
- Hits 5770 5766 -4
Misses 3448 3448
Partials 630 630
|
As for the linter rule, perhaps via using the following https://golangci-lint.run/usage/linters/#forbidigo |
Nice, cheers |
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
Would probably like a linter rule to ban fmt.Print[ln] at somepoint
Were only two in document package, so a chucked them in here too