feat: add info package
subcommand
#5801
Annotations
7 errors
pkg/controller/packageinfo/controller.go#L58
error returned from interface method should be wrapped: sig: func (github.com/aquaproj/aqua/v2/pkg/controller/packageinfo.ConfigFinder).Find(wd string, configFilePath string, globalConfigFilePaths ...string) (string, error) (wrapcheck)
|
pkg/controller/packageinfo/controller.go#L63
error returned from interface method should be wrapped: sig: func (github.com/aquaproj/aqua/v2/pkg/controller/packageinfo.ConfigReader).Read(logE *github.com/sirupsen/logrus.Entry, configFilePath string, cfg *github.com/aquaproj/aqua/v2/pkg/config/aqua.Config) error (wrapcheck)
|
pkg/controller/packageinfo/controller.go#L71
error returned from external package is unwrapped: sig: func github.com/aquaproj/aqua/v2/pkg/checksum.GetChecksumFilePathFromConfigFilePath(fs github.com/spf13/afero.Fs, cfgFilePath string) (string, error) (wrapcheck)
|
pkg/controller/packageinfo/controller.go#L85
error returned from interface method should be wrapped: sig: func (github.com/aquaproj/aqua/v2/pkg/controller/packageinfo.RegistryInstaller).InstallRegistries(ctx context.Context, logE *github.com/sirupsen/logrus.Entry, cfg *github.com/aquaproj/aqua/v2/pkg/config/aqua.Config, cfgFilePath string, checksums *github.com/aquaproj/aqua/v2/pkg/checksum.Checksums) (map[string]*github.com/aquaproj/aqua/v2/pkg/config/registry.Config, error) (wrapcheck)
|
pkg/cli/package_info.go#L30
error returned from external package is unwrapped: sig: func (*github.com/aquaproj/aqua/v2/pkg/controller/packageinfo.Controller).PackageInfo(ctx context.Context, param *github.com/aquaproj/aqua/v2/pkg/config.Param, logE *github.com/sirupsen/logrus.Entry, args ...string) error (wrapcheck)
|
pkg/cli/package_info.go#L1
directive `//nolint:dupl` is unused for linter "dupl" (nolintlint)
|
|
This job failed
Loading