From 4c07c2cf97cdffd9be935c5e6ac6c06d8c305336 Mon Sep 17 00:00:00 2001 From: NullVoxPopuli <199018+NullVoxPopuli@users.noreply.github.com> Date: Mon, 16 Feb 2026 16:23:00 -0500 Subject: [PATCH] Cleanup unused snapshots --- tests/__snapshots__/recommended.js.snap | 87 ------------------------- 1 file changed, 87 deletions(-) diff --git a/tests/__snapshots__/recommended.js.snap b/tests/__snapshots__/recommended.js.snap index bd80f6f522..ad4387392f 100644 --- a/tests/__snapshots__/recommended.js.snap +++ b/tests/__snapshots__/recommended.js.snap @@ -86,90 +86,3 @@ exports[`recommended rules > has the right list 1`] = ` "use-ember-data-rfc-395-imports", ] `; - -exports[`recommended rules gjs config has the right list 1`] = ` -[ - "template-no-let-reference", -] -`; - -exports[`recommended rules gts config has the right list 1`] = ` -[ - "template-no-let-reference", -] -`; - -exports[`recommended rules has the right list 1`] = ` -[ - "avoid-leaking-state-in-ember-objects", - "avoid-using-needs-in-controllers", - "classic-decorator-hooks", - "classic-decorator-no-classic-methods", - "closure-actions", - "jquery-ember-run", - "new-module-imports", - "no-actions-hash", - "no-arrow-function-computed-properties", - "no-assignment-of-untracked-properties-used-in-tracking-contexts", - "no-at-ember-render-modifiers", - "no-attrs-in-components", - "no-attrs-snapshot", - "no-capital-letters-in-routes", - "no-classic-classes", - "no-classic-components", - "no-component-lifecycle-hooks", - "no-computed-properties-in-native-classes", - "no-controller-access-in-routes", - "no-deeply-nested-dependent-keys-with-each", - "no-deprecated-router-transition-methods", - "no-duplicate-dependent-keys", - "no-ember-super-in-es-classes", - "no-ember-testing-in-module-scope", - "no-empty-glimmer-component-classes", - "no-function-prototype-extensions", - "no-get-with-default", - "no-get", - "no-global-jquery", - "no-implicit-injections", - "no-incorrect-calls-with-inline-anonymous-functions", - "no-incorrect-computed-macros", - "no-invalid-debug-function-arguments", - "no-invalid-dependent-keys", - "no-invalid-test-waiters", - "no-jquery", - "no-legacy-test-waiters", - "no-mixins", - "no-new-mixins", - "no-noop-setup-on-error-in-before", - "no-observers", - "no-old-shims", - "no-on-calls-in-components", - "no-pause-test", - "no-private-routing-service", - "no-restricted-resolver-tests", - "no-runloop", - "no-settled-after-test-helper", - "no-shadow-route-definition", - "no-side-effects", - "no-string-prototype-extensions", - "no-test-and-then", - "no-test-import-export", - "no-test-module-for", - "no-test-support-import", - "no-test-this-render", - "no-tracked-properties-from-args", - "no-try-invoke", - "no-unnecessary-route-path-option", - "no-volatile-computed-properties", - "prefer-ember-test-helpers", - "require-computed-macros", - "require-computed-property-dependencies", - "require-return-from-computed", - "require-super-in-lifecycle-hooks", - "require-tagless-components", - "require-valid-css-selector-in-test-helpers", - "routes-segments-snake-case", - "use-brace-expansion", - "use-ember-data-rfc-395-imports", -] -`;