hack: modernize-fix bake target
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
@@ -73,6 +73,13 @@ target "lint-gopls" {
|
||||
target = "gopls-analyze"
|
||||
}
|
||||
|
||||
target "modernize-fix" {
|
||||
inherits = ["_common"]
|
||||
dockerfile = "./hack/dockerfiles/lint.Dockerfile"
|
||||
target = "modernize-fix"
|
||||
output = ["."]
|
||||
}
|
||||
|
||||
target "validate-vendor" {
|
||||
inherits = ["_common"]
|
||||
dockerfile = "./hack/dockerfiles/vendor.Dockerfile"
|
||||
|
||||
Reference in New Issue
Block a user