Skip to content

Fix make check - #2811

Merged
anshulpundir merged 1 commit into
moby:masterfrom
dperny:fix-linter
Jan 24, 2019
Merged

Fix make check#2811
anshulpundir merged 1 commit into
moby:masterfrom
dperny:fix-linter

Conversation

@dperny

@dperny dperny commented Jan 24, 2019

Copy link
Copy Markdown
Collaborator

gometalinter dropped support for gosimple, which is deprecated anyway and has been subsumed by staticcheck. This commit removes gosimple from our list of enabled linters (as it's no longer valid).

This PR is needed or CI will fail every time.

gometalinter dropped support for gosimple, which is deprecated anyway
and has been subsumed by staticcheck. This commit removes gosimple from
our list of enabled linters (as it's no longer valid). It does not
enable staticcheck, because staticcheck throws too many errors.

Signed-off-by: Drew Erny <drew.erny@docker.com>
@dperny

dperny commented Jan 24, 2019

Copy link
Copy Markdown
Collaborator Author

Removed staticcheck, as we're not yet ready for it.

@codecov

codecov Bot commented Jan 24, 2019

Copy link
Copy Markdown

Codecov Report

Merging #2811 into master will increase coverage by 0.26%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master    #2811      +/-   ##
==========================================
+ Coverage   61.83%   62.09%   +0.26%     
==========================================
  Files         137      137              
  Lines       22144    22144              
==========================================
+ Hits        13692    13750      +58     
+ Misses       6974     6917      -57     
+ Partials     1478     1477       -1

@anshulpundir anshulpundir left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

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