factoring

This commit is contained in:
XeroOl 2024-01-24 17:02:12 -06:00
parent 6e68552940
commit 01035980b0

View File

@ -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