-
Notifications
You must be signed in to change notification settings - Fork 68
Closed
Description
Yo! Thanks for joker. Still linting hundreds of files every day in real time with everything hooked to flycheck in emacs. This project has certainly saved me tons of time over the years, and I am very grateful to you and everyone for all the efforts.
harold@freeside:~$ cat test.cljs
(ns test)
(parse-uuid "266c2d5c-47f4-4c61-a3bb-64c2bd08accc")
harold@freeside:~$ joker --version
v1.3.0
harold@freeside:~$ joker --lint test.cljs
test.cljs:3:2: Parse error: Unable to resolve symbol: parse-uuid
parse-uuid
is in cljs now
I'm not an expert, but maybe it just needs to be added near here (?):
joker/core/data/linter_cljs.joke
Line 70 in 6621de3
(defn random-uuid []) |
Metadata
Metadata
Assignees
Labels
No labels