summaryrefslogtreecommitdiff
path: root/.golangci.yml
blob: efd6d2c12422da496f3230446f14990f0c694eb9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# 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