summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2023-01-26 23:31:23 -0700
committerLuke Shumaker <lukeshu@lukeshu.com>2023-01-29 02:14:51 -0700
commit7986ec349f520de712b78338699903e8edf9e94d (patch)
tree07dcb216b0159651cfaa51a0fbb72c0d6008c5e1
parent8ee7ef837222cbf865c9f9c048f17d64b5bad1db (diff)
.golangci.yml: Fix syntax
-rw-r--r--.golangci.yml6
1 files 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 <lukeshu@lukeshu.com>
+# Copyright (C) 2022-2023 Luke Shumaker <lukeshu@lukeshu.com>
#
# 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]