summaryrefslogtreecommitdiff
path: root/.golangci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.golangci.yml')
-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]