From 4976574dafe3c69aa97d8e6cab42f1453114a6a9 Mon Sep 17 00:00:00 2001 From: John Benediktsson Date: Sun, 31 Jul 2022 18:16:29 -0700 Subject: [PATCH] help.lint.checks: remove null checks now that scaffold uses objects --- basis/help/lint/checks/checks.factor | 5 ----- 1 file changed, 5 deletions(-) diff --git a/basis/help/lint/checks/checks.factor b/basis/help/lint/checks/checks.factor index 8355c22476..ccbd50631f 100644 --- a/basis/help/lint/checks/checks.factor +++ b/basis/help/lint/checks/checks.factor @@ -120,11 +120,6 @@ SYMBOL: vocab-articles simple-lint-error ] unless ; -: check-nulls ( element -- ) - \ $values swap elements - null swap deep-member? - [ "$values should not contain null" simple-lint-error ] when ; - : check-see-also ( element -- ) \ $see-also swap elements [ rest all-unique? ] all? [ "$see-also are not unique" simple-lint-error ] unless ; -- 2.34.1