golint fix TLs->TLS in docker/#14764
Conversation
Signed-off-by: Sevki Hasirci <s@sevki.org>
docker/daemon.go
Outdated
There was a problem hiding this comment.
should this be TLS? :) seems like the L is still lowercase
There was a problem hiding this comment.
😄 just noticed that. need to switch to fonts
Signed-off-by: Sevki Hasirci <s@sevki.org>
|
LGTM if janky's happy, thanks @sevki !! |
|
@runcom cheers. 🎉 my first PR to docker. |
|
@runcom had a side project that commented inline on golint issues. Should I include a script to run that against commits in this PR too? |
|
@sevki interesting, we may need to discuss that so either create a PR or just come on IRC to chat (@jfrazelle or others may have more to say about including your script in CI if it's really useful also, not sure tho) |
|
@runcom well I say script but it's don't know if it's PR worthy, I'll hop on IRC |
|
I think we don't want to run golint just yet because we have too much technical debt that doesn't match the go linter. Either way that should be another PR. Thanks for fixing this issue. LGTM. Merging! |
golint fix TLs->TLS in docker/
|
@calavera that app only works on modified or added lines in a commit, doesn't lint existing stuff. so no noise, it's just about preventing new stuff from coming in. |
|
@sevki that sounds good, we could integrate it in https://github.com/jfrazelle/leeroy. We might want to post only one comment with all the warnings instead of line by line though. |
golint errors mentioned in #14756