Fork me on GitHub
#calva
<
2023-03-20
>
Δημήτριος Φκιαράς06:03:26

Hi! I am using Calva+VSCode+Leiningen and so far very happy. I have just uploaded my project to github and compared to the local files, I see that now: a) I have two new folders “.clj-kondo” and “.lsp”. b) I get a lot of errors about unused vars etc. How do I suppress those errors? What should I add the aforementioned folders to “.gitignore” folder created by leiningen?

pez06:03:41

Hi! You should gitignore .lsp/.cache and .clj-kondo/.cache. I wouldn’t suppress the warnings. It’s much better to follow the advice from clj-kondo.