From 1abc4d0365b2f5f7b62b2aea1fcda00c4bb1f972 Mon Sep 17 00:00:00 2001 From: Julien Neuhart Date: Mon, 30 Sep 2019 15:53:15 +0200 Subject: [PATCH] lint: disabling funlen --- build/lint/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/lint/Dockerfile b/build/lint/Dockerfile index 49349b5e..fd08c9c5 100644 --- a/build/lint/Dockerfile +++ b/build/lint/Dockerfile @@ -33,4 +33,4 @@ RUN go mod download &&\ # Copy our code source. COPY --chown=gotenberg:gotenberg . . -CMD ["golangci-lint", "run" ,"--tests=false", "--enable-all", "--disable=dupl" ] \ No newline at end of file +CMD ["golangci-lint", "run" ,"--tests=false", "--enable-all", "--disable=dupl", "--disable=funlen" ] \ No newline at end of file