diff options
author | Luke Shumaker <lukeshu@lukeshu.com> | 2023-01-26 23:46:25 -0700 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2023-01-29 02:14:51 -0700 |
commit | 659b2cd182132b0827484855689e3d21e8d9ce9f (patch) | |
tree | 6e51c2eada92d5725555852ad790d21a603eee8e /.golangci.yml | |
parent | 0616a12019eb3220d437b02a30483720477f14a0 (diff) |
.golangci.yml: Turn on 'noctx', fix
Diffstat (limited to '.golangci.yml')
-rw-r--r-- | .golangci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.golangci.yml b/.golangci.yml index cadb81b..0e81d1f 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -54,7 +54,6 @@ linters: - gomnd - ireturn - lll - - noctx - paralleltest - prealloc - revive @@ -86,6 +85,7 @@ issues: - godot - gofumpt - gosec + - noctx - path: "borrowed_.*_test\\.go" linters: [gocritic] text: "commentFormatting: put a space between `//` and comment text" |