Skip to content
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

Remove newlines from end of error strings #2063

Merged
merged 1 commit into from
Nov 14, 2016

Conversation

dmcgowan
Copy link
Collaborator

Golint now checks for new lines at the end of go error strings, remove these unneeded new lines.

Golint now checks for new lines at the end of go error strings,
remove these unneeded new lines.

Signed-off-by: Derek McGowan <[email protected]> (github: dmcgowan)
@dmcgowan
Copy link
Collaborator Author

Needed as a result of this change golang/lint@206c0f0

@codecov-io
Copy link

Current coverage is 51.23% (diff: 0.00%)

Merging #2063 into master will decrease coverage by 10.08%

@@             master      #2063   diff @@
==========================================
  Files           128        128           
  Lines         11322      11322           
  Methods           0          0           
  Messages          0          0           
  Branches          0          0           
==========================================
- Hits           6943       5801   -1142   
- Misses         3491       4774   +1283   
+ Partials        888        747    -141   

Powered by Codecov. Last update d22e09a...8b71d39

@dmcgowan dmcgowan merged commit 7694c31 into distribution:master Nov 14, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants