squiggly-clojure icon indicating copy to clipboard operation
squiggly-clojure copied to clipboard

Flycheck checker for Clojure, using eastwood and core.typed.

Results 6 squiggly-clojure issues
Sort by recently updated
recently updated
newest added

Tested on: ``` macOS Catalina 10.15 elpa: 26.1 Cider version: 0.22.0 and 20191103.1528 flycheck-clojure version: 20190611.2351 flycheck version: 20191028.2247 ``` Opening cider-jack-in when in a clj file of a clj...

Having the checker enabled results in this error: ``` Error from syntax checker clojure-cider-kibit: Done with no errors error in process filter: Wrong number of arguments: (((form closure (t) (ns)...

I was thinking that my problem #40 could possibly not be as much of a problem if flycheck clojure used a second jvm just for it's purposes. Things seem to...

Hello, I notice there have been several issues opened due to the same root cause - that core.typed was not being required in the project's dependencies. I stumble on this...

I'm developing on a remote server using a port-forwarded nREPL connection. This use case doesn't work with squiggly-clojure because it sends absolute paths (which obviously don't exist on the server-side):...

I have a `FlyC!` _(documentation: The last syntax check failed. Inspect the \*Messages\* buffer look for error messages, and consider reporting a bug.)_ so in the \*Messages\* buffer: ``` Error...