automation-tests/common/libimage
Paul Holzinger d240865a45 lint: update golangci-lint to v1.56.2
Adds a couple of new linters with many new warnings:
- perfsprint (fixed in code, excluded for tests)
- revive (fix the problems, disabled the dot import check as we use it
  for ginkgo)
- inamedparam (disabled because it is opinionated)
- testifylint (great linter but we have like 1000+ issues that I have no
  time fixing now)

Signed-off-by: Paul Holzinger <pholzing@redhat.com>
2024-03-05 18:10:32 +01:00
..
define libimage.ManifestList.Inspect(): show artifact types and file lists 2024-02-05 09:49:17 -05:00
filter libimage: split out search filters 2023-09-12 13:54:20 +02:00
manifests lint: update golangci-lint to v1.56.2 2024-03-05 18:10:32 +01:00
platform Move platform code to its own directory 2023-10-12 10:38:19 -04:00
testdata libimage should be using containers.conf for tmpdir 2022-05-04 16:55:25 -04:00
copier.go lint: update golangci-lint to v1.56.2 2024-03-05 18:10:32 +01:00
corrupted_test.go Merge pull request #1790 from alexandear/linters-enable-contextcheck 2024-01-09 15:01:53 +00:00
disk_usage.go linters: enable contextcheck 2024-01-06 20:28:57 +02:00
events.go Report error events on pull failures 2024-02-29 11:32:41 -05:00
filters.go lint: update golangci-lint to v1.56.2 2024-03-05 18:10:32 +01:00
filters_test.go Fix filter logic for reference key 2024-01-19 09:56:59 -05:00
history.go linters: enable contextcheck 2024-01-06 20:28:57 +02:00
history_test.go Simplify tests by testing.TempDir instead of os.MkdirTemp 2024-01-05 22:54:51 +02:00
image.go linters: enable contextcheck 2024-01-06 20:28:57 +02:00
image_config.go chore: remove outdated build constraints 2024-01-03 22:56:00 +02:00
image_test.go Simplify tests by testing.TempDir instead of os.MkdirTemp 2024-01-05 22:54:51 +02:00
image_tree.go linters: enable contextcheck 2024-01-06 20:28:57 +02:00
import.go chore: remove outdated build constraints 2024-01-03 22:56:00 +02:00
import_test.go Simplify tests by testing.TempDir instead of os.MkdirTemp 2024-01-05 22:54:51 +02:00
inspect.go chore: remove outdated build constraints 2024-01-03 22:56:00 +02:00
layer_tree.go Check if node layer nil inside for loop to ensure full parent tree is traversed 2024-01-26 17:06:59 +00:00
load.go lint: update golangci-lint to v1.56.2 2024-03-05 18:10:32 +01:00
load_test.go Simplify tests by testing.TempDir instead of os.MkdirTemp 2024-01-05 22:54:51 +02:00
manifest_list.go libimage.ManifestList: add AddArtifact() 2024-02-13 12:09:28 -05:00
manifest_list_test.go libimage.ManifestList: add AddArtifact() 2024-02-13 12:09:28 -05:00
normalize.go chore: remove outdated build constraints 2024-01-03 22:56:00 +02:00
normalize_test.go chore: remove outdated build constraints 2024-01-03 22:56:00 +02:00
oci.go chore: remove outdated build constraints 2024-01-03 22:56:00 +02:00
platform.go chore: remove outdated build constraints 2024-01-03 22:56:00 +02:00
pull.go lint: update golangci-lint to v1.56.2 2024-03-05 18:10:32 +01:00
pull_test.go Simplify tests by testing.TempDir instead of os.MkdirTemp 2024-01-05 22:54:51 +02:00
push.go Fix dockerDaemonTransport vendor 2024-02-26 15:27:29 -05:00
push_test.go Simplify tests by testing.TempDir instead of os.MkdirTemp 2024-01-05 22:54:51 +02:00
remove_test.go Simplify tests by testing.TempDir instead of os.MkdirTemp 2024-01-05 22:54:51 +02:00
runtime.go lint: update golangci-lint to v1.56.2 2024-03-05 18:10:32 +01:00
runtime_test.go Simplify tests by testing.TempDir instead of os.MkdirTemp 2024-01-05 22:54:51 +02:00
save.go lint: update golangci-lint to v1.56.2 2024-03-05 18:10:32 +01:00
save_test.go Simplify tests by testing.TempDir instead of os.MkdirTemp 2024-01-05 22:54:51 +02:00
search.go chore: remove outdated build constraints 2024-01-03 22:56:00 +02:00