diff options
author | Luke Shumaker <lukeshu@lukeshu.com> | 2022-07-10 13:11:55 -0600 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2022-07-10 14:25:45 -0600 |
commit | 946cc235ae4b3959b1cccadab9b25b58333f0d6b (patch) | |
tree | 54d457d1eeb645cbede3058ffb996c5f005b077b /.golangci.yml | |
parent | aaa49b2011b72c9fed716671e0d65edbb412c5bf (diff) |
Add license and copyright info
Diffstat (limited to '.golangci.yml')
-rw-r--r-- | .golangci.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.golangci.yml b/.golangci.yml index 9067d40..efd6d2c 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -1,3 +1,7 @@ +# 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 |