From 01035980b0eecfb733df7bee5a06ac9766195716 Mon Sep 17 00:00:00 2001 From: XeroOl Date: Wed, 24 Jan 2024 17:02:12 -0600 Subject: [PATCH] factoring --- test/diagnostic-test.fnl | 49 +--------------------------------------- 1 file changed, 1 insertion(+), 48 deletions(-) diff --git a/test/diagnostic-test.fnl b/test/diagnostic-test.fnl index 5bd84fb..11e028d 100644 --- a/test/diagnostic-test.fnl +++ b/test/diagnostic-test.fnl @@ -230,58 +230,11 @@ v) (v.message:find "table.concat")))))))) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ;; TODO lints: ;; unnecessary (do) in body position ;; Unused variables / fields (maybe difficult) ;; discarding results to various calls ;; unnecessary `do`/`values` with only one inner form +;; `pairs` or `ipairs` call in a (for) table ;; mark when unification is happening on a `match` pattern (may be difficult) ;; think of more lints