From c3c82e00229f35e439ac1b1d4f49082e0d0c22df Mon Sep 17 00:00:00 2001 From: fumiama Date: Fri, 6 Aug 2021 19:22:40 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=A9=F0=9F=91=8C=20make=20lint=20happy?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/suggester.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/suggester.yml b/.github/workflows/suggester.yml index ffd04262..13d7762a 100644 --- a/.github/workflows/suggester.yml +++ b/.github/workflows/suggester.yml @@ -16,7 +16,7 @@ jobs: # working-directory: somedir # Optional: golangci-lint command line arguments. - # args: --issues-exit-code=0 + args: -D warining # Optional: show only new issues if it's a pull request. The default value is `false`. # only-new-issues: true