summaryrefslogtreecommitdiff
path: root/.golangci.yml
blob: 0a0eb7effe16fdfb94268a4556ce5006cd8f8318 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Copyright (C) 2022  Luke Shumaker <lukeshu@lukeshu.com>
#
# SPDX-License-Identifier: GPL-2.0-or-later

linters:
  disable:
    - structcheck # doesn't support Go 1.18 yet
  enable:
    - gofmt
linters-settings:
  gofmt:
    simplify: true
run:
  skip-files:
    - '^(.*/)?borrowed_.*_test\.go$' # TODO