From b7972df97cfa68a0c48f63b038cad1abbd4a6815 Mon Sep 17 00:00:00 2001 From: 11happy Date: Thu, 4 Dec 2025 10:33:46 +0000 Subject: [PATCH] test: add debugsnap & remove clippy error Signed-off-by: 11happy --- .../tests/e2e/snapshots/e2e__commands__debug_command.snap | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/ty_server/tests/e2e/snapshots/e2e__commands__debug_command.snap b/crates/ty_server/tests/e2e/snapshots/e2e__commands__debug_command.snap index cf1b0afc64..5ab74d2a9d 100644 --- a/crates/ty_server/tests/e2e/snapshots/e2e__commands__debug_command.snap +++ b/crates/ty_server/tests/e2e/snapshots/e2e__commands__debug_command.snap @@ -78,6 +78,7 @@ Settings: Settings { "invalid-type-form": Error (Default), "invalid-type-guard-call": Error (Default), "invalid-type-guard-definition": Error (Default), + "invalid-type-param-order": Error (Default), "invalid-type-variable-constraints": Error (Default), "missing-argument": Error (Default), "missing-typed-dict-key": Error (Default),