Add checkmake config
This commit is contained in:
parent
eadec984ae
commit
4e26240c73
2
Makefile
2
Makefile
|
|
@ -232,7 +232,7 @@ checkmake: ## Check this Makefile
|
|||
ifndef HAS_CHECKMAKE
|
||||
go get -u github.com/mrtazz/checkmake
|
||||
endif
|
||||
#@checkmake Makefile
|
||||
@checkmake Makefile
|
||||
|
||||
.PHONY: docker-login
|
||||
docker-login: ## Log in into the Docker repository
|
||||
|
|
|
|||
|
|
@ -0,0 +1,2 @@
|
|||
[maxbodylength]
|
||||
maxBodyLength = 10
|
||||
Loading…
Reference in New Issue