borkdude / flycheck-clj-kondo

Emacs integration for clj-kondo via flycheck
94 stars 17 forks source link

Include new clj-kondo namespace error in basic cljs test #20

Closed ikappaki closed 2 years ago

ikappaki commented 2 years ago

A recent clj-kondo release marks as an error a namespace declaration that does not correspond to the expected physical path. This causes the cljs tests to break (#19).

This patch updates the test's error list to include the new error.

Thanks

ikappaki commented 2 years ago

(The CI windows-latest tests are broken due to a scoop bootstrap restriction that now requires Admin privileges to install, I'm going to raise a PR to fix this once this is in)