From 454122e2c40b32bfb6fd22282ce8583819d7f5d8 Mon Sep 17 00:00:00 2001 From: Amolith Date: Sat, 27 Sep 2025 17:03:49 -0600 Subject: [PATCH] chore: temp disable noctx, fixing would be a lift --- .golangci.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.golangci.toml b/.golangci.toml index 68f5050090eff270b946ab149605b017fcc3d6b4..2b53068350b88759e812b8034df2abd43fd2db88 100644 --- a/.golangci.toml +++ b/.golangci.toml @@ -61,7 +61,7 @@ enable = [ 'nestif', 'nilerr', 'nilnil', - 'noctx', + #'noctx', 'nolintlint', 'nonamedreturns', 'nosprintfhostport',