a269e17d72cli/command/context: Using the variable on range scope c in function literal (scopelint)
Sebastiaan van Stijn
2019-10-29 13:40:25 +01:00
1736662beae2e/cli-plugins: Using the variable on range scope args in function literal (scopelint)
Sebastiaan van Stijn
2019-10-29 13:39:32 +01:00
96ec7299d8cli/compose/loader: Using a reference for the variable on range scope overrideService (scopelint)
Sebastiaan van Stijn
2019-10-29 13:37:58 +01:00
54d48de216templates: Using the variable on range scope testCase in function literal (scopelint)
Sebastiaan van Stijn
2019-10-29 13:35:54 +01:00
c828fa141dservice/logs: Using the variable on range scope testcase in function literal (scopelint)
Sebastiaan van Stijn
2019-10-29 13:34:33 +01:00
5a2a9d9ca8cli/config: Using the variable on range scope tc in function literal (scopelint)
Sebastiaan van Stijn
2019-10-29 13:33:25 +01:00
e74e2c7741cli/command/formatter: Error return value of ContainerWrite is not checked (errcheck)
Sebastiaan van Stijn
2019-10-29 12:16:17 +01:00
008f6a2da3cli/command: Error return value of cli.Apply is not checked (errcheck)
Sebastiaan van Stijn
2019-10-29 12:15:01 +01:00
9275e2cb66cli/command/formatter: Error return value of ImageWrite is not checked (errcheck)
Sebastiaan van Stijn
2019-10-29 12:11:42 +01:00
fe3cc6eb7bcli/context/store: SA5001: should check returned error before deferring f.Close() (staticcheck)
Sebastiaan van Stijn
2019-10-29 10:24:55 +01:00
709728e723cli/command/image: SA1006: printf-style with no further arguments (staticcheck)
Sebastiaan van Stijn
2019-10-29 10:21:20 +01:00
ea64a1ceb9cli/command/utils: SA1006: printf-style with no further arguments (staticcheck)
Sebastiaan van Stijn
2019-10-29 10:10:03 +01:00
f0614ca788cli/command/trust: SA1006: printf-style with no further arguments (staticcheck)
Sebastiaan van Stijn
2019-10-29 01:52:36 +01:00
0e4bd30cfecli/command/image/build: G107: Potential HTTP request made with variable url (gosec)
Sebastiaan van Stijn
2019-10-29 01:51:07 +01:00
8d64c2af1acli/command/service: SA1012: do not pass a nil Context (staticcheck)
Sebastiaan van Stijn
2019-10-29 01:49:41 +01:00
1bfe81318dcli/compose/types/types.go:106:2: structtag: struct field tag yaml:",inline", json:"-" not compatible with reflect.StructTag.Get: key:"value" pairs not separated by spaces (govet)
Silvin Lubecki
2019-04-02 11:25:13 +02:00
3a428202bfSA1019: httputil.ErrPersistEOF is deprecated: No longer used. (staticcheck)
Silvin Lubecki
2019-04-02 11:20:07 +02:00
7da9360477cli/command/container/stats.go:211:21: SA1015: using time.Tick leaks the underlying ticker, consider using it only in endless functions, tests and the main package, and use time.NewTicker here (staticcheck)
Silvin Lubecki
2019-04-02 11:11:36 +02:00
8018a850cbcli/command/trust/inspect_pretty_test.go:399:24: SA4010: this result of append is never used, except maybe in other appends (staticcheck)
Silvin Lubecki
2019-04-02 11:08:43 +02:00
296297190copts/throttledevice.go:51:5: SA4003: unsigned values are never < 0 (staticcheck)
Silvin Lubecki
2019-04-02 11:07:11 +02:00
ab255f13b7Merge pull request #2180 from thaJeztah/refactor_conversion_test
Sebastiaan van Stijn
2019-10-31 19:20:36 +01:00
2d0c10d77akubernetes/conversion_test: use test-builders package
Sebastiaan van Stijn
2019-10-30 10:53:39 +01:00
270defa177internal/test/builders: don't set EndpointSpec by default
Sebastiaan van Stijn
2019-10-30 10:52:26 +01:00
1de18a9b98Merge pull request #2140 from chris-crone/bump-compose-on-kubernetes
Joe Abbey
2019-10-30 17:22:55 -04:00
e4d3c360b2Bump Compose on Kubernetes
Christopher Crone
2019-10-15 16:01:09 +02:00
6318939f30Merge pull request #2167 from thaJeztah/carry_refactor_stack_services
Sebastiaan van Stijn
2019-10-30 08:47:47 +01:00
758d12e651unused-for is a deprecated synonym
Samuel Cochran
2019-10-30 14:46:54 +11:00
ad6c667034Merge pull request #2178 from thaJeztah/19.03_backport_docs_updates
v19.03.5-beta1
Andrew Hsu
2019-10-29 16:36:30 -07:00
5cef8fc8e5Merge pull request #2176 from thaJeztah/19.03_backport_completion
Andrew Hsu
2019-10-29 16:36:23 -07:00
56729bc0a4Return empty string if image createdAt is zero
Jonatas Baldin
2019-10-29 17:15:13 -03:00