Commits
Branch selector
User selector
Commit history
Commits on Oct 31, 2019
Merge pull request #2173 from thaJeztah/carry_golangci_lint
Show description for 968ce1aauthoredRemove now obsolete gometalinter and use golangci-lint instead
Show description for b7e06f2authored andcommittedservice: remove unused opts from newService() (unparam)
Show description for 1e77742committedcli/command/stack/kubernetes: Using the variable on range scope `c` in function literal (scopelint)
Show description for 640305fcommittedcli/command/container: Using the variable on range scope `c` in function literal (scopelint)
Show description for 542f802committedcli/command/stack/kubernetes: Using a reference for the variable on range scope `obj` (scopelint)
Show description for 754fc6fcommittedopts: Using the variable on range scope `tc` in function literal (scopelint)
Show description for c2b069fcommittedcli/manifest: Using the variable on range scope `testcase` in function literal (scopelint)
Show description for cd3dca3committedcli/compose/template: Using the variable on range scope `tc` in function literal (scopelint)
Show description for aafe3dfcommittedcli/command/container: suppress dogsled warnings
Show description for 79dc83ecommittede2e: remove unnecessary trailing newline (whitespace)
Show description for dd4d216committedinternal: remove unnecessary newlines (whitespace)
Show description for 63e45e6committedcli: remove unnecessary newlines (whitespace)
Show description for 612d83dcommittedcli/command: Using the variable on range scope `testcase` in function literal (scopelint)
Show description for 2ec424acommittedcli/command/trust: Using the variable on range scope `keyBytes` in function literal (scopelint)
Show description for 7c4b63bcommittedcli/command/context: Using the variable on range scope `c` in function literal (scopelint)
Show description for a269e17committede2e/cli-plugins: Using the variable on range scope `args` in function literal (scopelint)
Show description for 1736662committedcli/compose/loader: Using a reference for the variable on range scope `overrideService` (scopelint)
Show description for 96ec729committedtemplates: Using the variable on range scope `testCase` in function literal (scopelint)
Show description for 54d48decommittedservice/logs: Using the variable on range scope `testcase` in function literal (scopelint)
Show description for c828fa1committedcli/config: Using the variable on range scope `tc` in function literal (scopelint)
Show description for 5a2a9d9committedcli/command/formatter: Error return value of `ContainerWrite` is not checked (errcheck)
Show description for e74e2c7committedcli/command: Error return value of `cli.Apply` is not checked (errcheck)
Show description for 008f6a2committedcli/command/formatter: Error return value of `ImageWrite` is not checked (errcheck)
Show description for 9275e2ccommittedcli/context/store: SA5001: should check returned error before deferring f.Close() (staticcheck)
Show description for fe3cc6ecommittedcli/command/image: SA1006: printf-style with no further arguments (staticcheck)
Show description for 709728ecommittedcli/command/utils: SA1006: printf-style with no further arguments (staticcheck)
Show description for ea64a1ccommittedcli/command/trust: SA1006: printf-style with no further arguments (staticcheck)
Show description for f0614cacommittedcli/command/image/build: G107: Potential HTTP request made with variable url (gosec)
Show description for 0e4bd30committedcli/command/service: SA1012: do not pass a nil Context (staticcheck)
Show description for 8d64c2acommittedcli/command/secret: G101: Potential hardcoded credentials (gosec)
Show description for 1850a05committedcli/compose/convert: driverObjectConfig - result 1 (error) is always nil (unparam)
Show description for 34f5959committede2e/container: containerExistsWithStatus - t is unused (unparam)
Show description for 6205ef3committedcli/command/image/build/context_test.go:244:38: `createTestTempDir` - `prefix` always receives `"builder-context-test"` (unparam)
Show description for b83545eauthored andcommittedcli/command/registry/login_test.go:66:25: unnecessary conversion (unconvert)
Show description for 4be924aauthored andcommitted