Skip to content

Commit a506428

Browse files
committed
add todos
1 parent 20be483 commit a506428

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

skill/autoloaded/lint.scm

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -356,6 +356,10 @@
356356

357357
(add_ignore 'STATUS2 "Replaced by custom rules as it raises errors for valid statuses." )
358358

359+
;; TODO - Add rule to check unused argument in destructuringBind
360+
;; (destructuringBind ( a b c ) ) box ...) ; not sure if this is not already ok
361+
;; (destructuringBind ( ( box_x0 box_y0 ) ( box_x1 box_y1 ) ) box ...) ; this one is failing for sure
362+
359363
(@fun _\@lint_get_ignores ()
360364
?doc "Return `sklint' ignored rules names."
361365
?out ( symbol ... )

0 commit comments

Comments
 (0)