From 4e26240c73a1bfc68bb9e8eed615283287155c5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20S=C4=99k?= Date: Fri, 26 Oct 2018 18:17:26 +0200 Subject: [PATCH] Add checkmake config --- Makefile | 2 +- checkmake.ini | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 checkmake.ini diff --git a/Makefile b/Makefile index 4f8a91e4..6a1aff90 100644 --- a/Makefile +++ b/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 diff --git a/checkmake.ini b/checkmake.ini new file mode 100644 index 00000000..85caa421 --- /dev/null +++ b/checkmake.ini @@ -0,0 +1,2 @@ +[maxbodylength] +maxBodyLength = 10 \ No newline at end of file