From 7986ec349f520de712b78338699903e8edf9e94d Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Thu, 26 Jan 2023 23:31:23 -0700 Subject: .golangci.yml: Fix syntax --- .golangci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.golangci.yml b/.golangci.yml index fb78da2..a4373c0 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -1,4 +1,4 @@ -# Copyright (C) 2022 Luke Shumaker +# Copyright (C) 2022-2023 Luke Shumaker # # SPDX-License-Identifier: GPL-2.0-or-later @@ -12,5 +12,5 @@ linters-settings: simplify: true issues: exclude-rules: - path: borrowed_example_test.go - linters: [errcheck] + - path: borrowed_example_test.go + linters: [errcheck] -- cgit v1.2.3-2-g168b