refactor: renamed existing container functions to fit style
All checks were successful
ci/woodpecker/push/lint Pipeline was successful

This commit is contained in:
Jef Roosens 2022-06-22 08:17:58 +02:00
parent 4fe19d8f6a
commit 959afd37e5
Signed by: Jef Roosens
GPG key ID: B75D4F293C7052DB
3 changed files with 6 additions and 15 deletions

View file

@ -22,9 +22,6 @@ api-docs:
.PHONY: lint
lint:
$(V) fmt -verify .
$(V) vet -W .
$(V_PATH) missdoc -p .
@ [ $$($(V_PATH) missdoc -p . | wc -l) = 0 ]
.PHONY: fmt
fmt: