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

Make TravisCI build green again #62

Merged
merged 4 commits into from
Sep 10, 2018
Merged

Commits on Sep 9, 2018

  1. Rename struct fields according go rules

    gometalinter/golint raised some warnings about the naming of struct fields:
    
    gometalinter --config gometalinter.json ./...
    changes.go:261:2:warning: struct field RobotId should be RobotID (golint)
    changes.go:263:2:warning: struct field RobotRunId should be RobotRunID (golint)
    changes.go:265:2:warning: struct field Url should be URL (golint)
    changes.go:280:2:warning: struct field RobotId should be RobotID (golint)
    changes.go:282:2:warning: struct field RobotRunId should be RobotRunID (golint)
    changes.go:284:2:warning: struct field Url should be URL (golint)
    changes.go:297:2:warning: struct field FixId should be FixID (golint)
    andygrunwald committed Sep 9, 2018
    Configuration menu
    Copy the full SHA
    1cb4c01 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a3daf03 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e10a121 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2018

  1. Configuration menu
    Copy the full SHA
    46fe642 View commit details
    Browse the repository at this point in the history