From b85a0d490804e05bfcc043927f02fcbb7ecb9a27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BA=90=E6=96=87=E9=9B=A8?= <41315874+fumiama@users.noreply.github.com> Date: Thu, 11 Jul 2024 18:38:17 +0900 Subject: [PATCH] chore: make lint happy --- .golangci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.golangci.yml b/.golangci.yml index e7d0e7e..ce20891 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -66,7 +66,7 @@ run: # output configuration options output: formats: - - 'colored-line-number' + - format: "colored-line-number" print-issued-lines: true print-linter-name: true uniq-by-line: true