Bogdanp / racket-review

A linter for Racket.
BSD 3-Clause "New" or "Revised" License
41 stars 4 forks source link

Checking for square brackets in `cond` #13

Closed abhillman closed 9 months ago

abhillman commented 9 months ago

racket-review checks that let-forms look something like this: (let [(x 1)] ...), but does not warn for (cond (#t 1)).