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

Split out cleanups from #10806 #10823

Merged
merged 3 commits into from Apr 2, 2020
Merged

Commits on Apr 2, 2020

  1. make: don't list all Go files for ineffassign target in quiet mode

    The large list of files unnecessarily clutters the log. Just print the
    name of the check.
    
    Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
    tklauser committed Apr 2, 2020
    Copy the full SHA
    5b0bbd0 View commit details
    Browse the repository at this point in the history
  2. docs: reformat table with development requirements

    Get rid of some superflous horizontal spacing in the rst source.
    
    Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
    tklauser committed Apr 2, 2020
    Copy the full SHA
    5d3dda1 View commit details
    Browse the repository at this point in the history
  3. Dockerfile.builder: use go get path@version syntax to download ineffa…

    …ssign
    
    Also clean the Go build and module download caches to reduce the
    container image size.
    
    Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
    tklauser committed Apr 2, 2020
    Copy the full SHA
    ab4ffca View commit details
    Browse the repository at this point in the history