From cf4428d3fcd64d98a5e726e23109b7a9b40e7e44 Mon Sep 17 00:00:00 2001 From: Travis Raines <571832+rainest@users.noreply.github.com> Date: Thu, 16 Nov 2023 11:57:13 -0800 Subject: [PATCH] Apply suggestions from code review MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Patryk Małek --- .ci/check.sh | 2 +- .ci/setup_kong.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.ci/check.sh b/.ci/check.sh index 27d3421..aafa3ab 100755 --- a/.ci/check.sh +++ b/.ci/check.sh @@ -1,6 +1,6 @@ #!/bin/bash -ex -diff -u <(echo -n) <(gofmt -d -s .) +gofmt -d -s . ./scripts/verify-codegen.sh golint -set_exit_status $(go list ./...) go vet . diff --git a/.ci/setup_kong.sh b/.ci/setup_kong.sh index 03bdb31..023710f 100755 --- a/.ci/setup_kong.sh +++ b/.ci/setup_kong.sh @@ -62,4 +62,4 @@ docker run -d --name $GATEWAY_CONTAINER_NAME \ -p 127.0.0.1:8444:8444 \ $KONG_IMAGE -waitContainer "Kong" 8001 0.2 \ No newline at end of file +waitContainer "Kong" 8001 0.2