Closed BenjaminVanRyseghem closed 10 years ago
When running the lein command, the kickoff
template isn't found, is that a template you installed locally?
I updated my first comment, the template name is cljs-kickoff
[1]
Pushed a fix for this, thanks for the report!
Thanks. But besides that, no cljs function is found, or?
Currently cljs files are checked for 80 chars, trailing whitespace, blank lines, and with-var-root, but they aren't checked for docstrings because it requires (require 'namespace)
, which fails for cljs files when running in the JVM.
An alternative could be added that reads the file without requiring it, but I haven't added it yet.
Ok :)
But in the method count (4
here) the cljs functions are not counted
(I will open another ticket ^^)
To reproduce it, create an empty clj/cljs project
If you then run
lein bikeshed -v
, the output is:If then you remove the
src/clj
folder, running again the last command gives the ouput: