fennel-ls/src
Phil Hagelberg b5dbeb28fe Add unnecessary-tset, unnecessary-do, and redundant-do lints.
"Redundant" means that it's a `do` in a context where there's already
an implicit `do`, as defined by fennel.syntax indicating body-form? is
true. Unnecessary means it only has one argument.
2024-10-10 19:50:16 -05:00
..
fennel-ls Add unnecessary-tset, unnecessary-do, and redundant-do lints. 2024-10-10 19:50:16 -05:00
fennel-ls.fnl unknown module field lint works on definitions 2024-07-07 23:54:17 -05:00