Tanzu Framework provides a set of building blocks to build atop of the Tanzu platform and leverages Carvel packaging and plugins to provide users with a much stronger, more integrated experience than the loose coupling and stand-alone commands of the previous generation of tools.
Apache License 2.0
195
stars
192
forks
source link
linter has some deprecated stuff like `maligned` #613
level=warning msg="[runner] The linter 'maligned' is deprecated (since v1.38.0) due to: The repository of the linter has been archived by the owner. Replaced by govet 'fieldalignment'."
Bug description
looks like we need to ditch the
malinged
linter?Expected behavior
the linter shouldnt print out warning messages :)