From bb50f338556c0b7b5df178d7e86d17efa7ba20d8 Mon Sep 17 00:00:00 2001 From: JamBalaya56562 Date: Fri, 7 Aug 2026 02:30:28 +0900 Subject: [PATCH] chore: Remove stale `User` entry from the paramcheck allowlist Follow-up to #4433: UsersService.Update now takes UserUpdateRequest by value, so User is no longer used as a request body anywhere and its body-allowed-pointer-types exception is dead. Removing it produces no paramcheck findings. --- .golangci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.golangci.yml b/.golangci.yml index fcd1e11fafb..ba1f9b41650 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -261,7 +261,6 @@ linters: - UpdateCodespaceOptions - UpdateDefaultSetupConfigurationOptions - UpdateProjectItemOptions - - User - UserSuspendOptions - WorkflowsPermissionsOpt # Body type names exempt from the "Options" suffix rule.