We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20be483 commit a506428Copy full SHA for a506428
1 file changed
skill/autoloaded/lint.scm
@@ -356,6 +356,10 @@
356
357
(add_ignore 'STATUS2 "Replaced by custom rules as it raises errors for valid statuses." )
358
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
+
363
(@fun _\@lint_get_ignores ()
364
?doc "Return `sklint' ignored rules names."
365
?out ( symbol ... )
0 commit comments