From 62d3eded879e1d8624450d215d535aff2326082b Mon Sep 17 00:00:00 2001 From: Piotr Tabor Date: Wed, 24 Mar 2021 20:34:19 +0100 Subject: [PATCH] test.sh: Temporarilly disable the "eeshew you" fmt check. --- test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.sh b/test.sh index 86a4bb3f8..654f41f03 100755 --- a/test.sh +++ b/test.sh @@ -368,8 +368,8 @@ function fmt_pass { # TODO: add "unparam","staticcheck", "unconvert", "ineffasign","nakedret" # after resolving ore-existing errors. + # markdown_you - too sensitive check was temporarilly disbled. for p in shellcheck \ - markdown_you \ goword \ gofmt \ govet \