-
Notifications
You must be signed in to change notification settings - Fork 55
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
Update golangci lint config #669
Conversation
internal/users/users_embed.go
Outdated
@@ -5,15 +5,19 @@ import ( | |||
) | |||
|
|||
var ( | |||
// EmptyExample ... |
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.
Let's complete these.
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 was actually thinking about bringing the internal/users package inside the internal/cli/data pkg and then make these private, as they're pretty self explanatory, wdyt?
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 completed the comments for now tho: 014023f
(#669).
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 was actually thinking about bringing the internal/users package inside the internal/cli/data pkg and then make these private, as they're pretty self explanatory, wdyt?
Yeah, no need to have them be public.
149995d
to
014023f
Compare
🔧 Changes
This updates the golangci lint config to stop ignoring all revive issues so we can fix a couple of them. More fix PRs coming soon, trying to keep PRs small.
📚 References
🔬 Testing
📝 Checklist