refactor: renamed existing container functions to fit style
All checks were successful
ci/woodpecker/push/lint Pipeline was successful
All checks were successful
ci/woodpecker/push/lint Pipeline was successful
This commit is contained in:
parent
4fe19d8f6a
commit
959afd37e5
3 changed files with 6 additions and 15 deletions
3
Makefile
3
Makefile
|
|
@ -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:
|
||||
|
|
|
|||
Reference in a new issue