summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2022-12-24 23:49:01 -0700
committerLuke Shumaker <lukeshu@lukeshu.com>2022-12-26 23:55:42 -0700
commite0a43f2dab35d9cf55e0edaa678c7db7f52ec539 (patch)
tree3c559aad13a5c7bdb38a085001eacecbf69375e5
parent13805cbbc197e61fa75cec48c9b64670a5102d48 (diff)
tree-wide: Outlaw fmt.Print, force textui
-rw-r--r--.golangci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.golangci.yml b/.golangci.yml
index efd6d2c..a6b3ed0 100644
--- a/.golangci.yml
+++ b/.golangci.yml
@@ -6,6 +6,7 @@ linters:
disable:
- structcheck # doesn't support Go 1.18 yet
enable:
+ - forbidigo
- gofmt
linters-settings:
gofmt: