diff options
author | Luke Shumaker <lukeshu@lukeshu.com> | 2022-12-24 23:49:01 -0700 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2022-12-26 23:55:42 -0700 |
commit | a90e25a1298602c30d0b9cc0c86acede7c8e4ed4 (patch) | |
tree | ef980f2d278e373bd7331f56299bfe34b87e8d8a /.golangci.yml | |
parent | 92b20f73e93a6a08030ad6100ca70d4c9668537e (diff) |
tree-wide: Outlaw fmt.Print, force textui
Diffstat (limited to '.golangci.yml')
-rw-r--r-- | .golangci.yml | 1 |
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: |