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

Run lint on 1.12, remove pre-1.11 versions #52

Merged
merged 3 commits into from
May 1, 2019
Merged

Run lint on 1.12, remove pre-1.11 versions #52

merged 3 commits into from
May 1, 2019

Conversation

prashantv
Copy link
Collaborator

Clean up the Makefile to use ./... instead of a packages variable.

Golint checks vendor when used with "./..." so pass in "." explicitly.
This lint check was previously not even running (PKGS was undefined).

Clean up the Makefile to use ./... instead of a packages variable.

Golint checks vendor when used with "./..." so pass in "." explicitly.
This lint check was previously not even running (PKGS was undefined).
@prashantv prashantv requested a review from abhinav May 1, 2019 16:24
@codecov
Copy link

codecov bot commented May 1, 2019

Codecov Report

Merging #52 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #52   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           3      3           
  Lines         145    145           
=====================================
  Hits          145    145

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 5a6ca66...b6a4e5a. Read the comment docs.

Makefile Outdated Show resolved Hide resolved
@prashantv prashantv merged commit df976f2 into master May 1, 2019
@prashantv prashantv deleted the 1.12 branch May 1, 2019 20:56
prashantv added a commit that referenced this pull request Jul 9, 2019
Clean up the Makefile to use ./... instead of a packages variable.

Golint checks vendor when used with "./..." so use `go list ./...`.
This lint check was previously not even running (PKGS was undefined).
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