← Back to team overview

sts-sponsors team mailing list archive

Re: [Merge] ~troyanov/maas:maasagent-cleanup into maas:master

 


Diff comments:

> diff --git a/Makefile b/Makefile
> index 53fc526..8215f4c 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -189,8 +189,13 @@ lint-oapi: openapi.yaml
>  .PHONY: lint-oapi
>  
>  # Go fmt
> +<<<<<<< Makefile

seems like a merge conflict got committed?

>  lint-go: $(BIN_DIR)/golangci-lint
>  	@find src -maxdepth 3 -type f -name go.mod -execdir golangci-lint run -v ./... \; | \
> +=======
> +lint-go:
> +	@find src -type f -name go.mod -maxdepth 3 -execdir golangci-lint run ./... \; | \
> +>>>>>>> Makefile
>  		tee /tmp/golangci-lint.lint
>  	@test ! -s /tmp/golangci-lint.lint
>  .PHONY: lint-go


-- 
https://code.launchpad.net/~troyanov/maas/+git/maas/+merge/442035
Your team MAAS Committers is subscribed to branch maas:master.



References