summaryrefslogtreecommitdiff
path: root/.golangci.yml
blob: a6b3ed0445f3d204a576d1f67f2fb742b6696740 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# 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:
    - forbidigo
    - gofmt
linters-settings:
  gofmt:
    simplify: true