-
Notifications
You must be signed in to change notification settings - Fork 87
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
Lint and vet #48
Open
olabiniV2
wants to merge
14
commits into
mumble-voip:master
Choose a base branch
from
olabiniV2:lint_and_vet
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Lint and vet #48
Changes from all commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
d9b6cbb
Remove unreachable code reported by go vet
olabiniV2 72c4f0a
Add missing ... for forwarding to Print, reported by go vet
olabiniV2 65d4357
Fix all lint comments about comments in the cmd/grumble package
olabiniV2 e7589e7
Fix all golint comment related problems in the pkg packages
olabiniV2 c7c9ced
Rename Channel.Id to Channel.ID per Golang code standards
olabiniV2 6fae18a
Rename all Udp and Tcp to UDP and TCP to follow Golang coding standards
olabiniV2 2937dab
Rename all Id to ID to conform with Golang coding standards
olabiniV2 861fae6
Rename more acronyms to their upper case versions, according to Golan…
olabiniV2 92840d1
Make receiver names consistent according to Golang coding standards
olabiniV2 1ca218e
Remove extranous second arguments in for loops, according to Golang c…
olabiniV2 99d5ad7
Change increment and decrement operations according to Golang coding …
olabiniV2 74040ab
Make error strings lower case and without punctuation, to be consiste…
olabiniV2 6bf58a9
Fix more namings to conform to Golang coding standards
olabiniV2 c2b5fd9
Remove unneded else statements to follow Golang coding standards
olabiniV2 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
c
is fine, no need to change that