diff options
author | Luke Shumaker <lukeshu@lukeshu.com> | 2023-01-01 17:41:03 -0700 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2023-01-01 20:04:00 -0700 |
commit | c0c390ce50ea528d227ab94531593737b100f05f (patch) | |
tree | 49f4f5fd632f5f26ec7b5202a9adb725bdbc48cd /.golangci.yml | |
parent | bc2a42dbb0f78b170c8f8ed347f29e212b75bb06 (diff) |
lint: Turn on containedctx
Diffstat (limited to '.golangci.yml')
-rw-r--r-- | .golangci.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.golangci.yml b/.golangci.yml index d9ba0f6..bf04a40 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -24,7 +24,6 @@ linters: # These are disabled not because I think they're bad, but because # they currently don't pass, and I haven't evaluated them yet. - - containedctx - cyclop - dogsled - dupword |