This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
With the latest clj-kondo v2022.04.08
I’ve got false positive Unused import.
[email protected] gost git:(develop) ✗ bb lint (minikube/default)
[ ] lint 2022-04-17 13:28:53
src/org/rssys/gost/digest.clj:13:7: warning: Unused import GOST3411_2012_256Digest
src/org/rssys/gost/digest.clj:14:7: warning: Unused import GOST3411_2012_512Digest
test/org/rssys/gost/digest_test.clj:9:7: warning: Unused import GOST3411_2012_256Digest
test/org/rssys/gost/digest_test.clj:10:7: warning: Unused import GOST3411_2012_512Digest
linting took 326ms, errors: 0, warnings: 4
Error while executing task: lint
[email protected] gost git:(develop) ✗ clj-kondo --version (minikube/default)
clj-kondo v2022.04.08
Repo with source codes is here: https://github.com/redstarssystems/gostyes, I can.
created it here: https://github.com/clj-kondo/clj-kondo/issues/1659
Sorry. I wanted to create issue today’s evening, after my day work. Thank you.
Hello. I just moved to an M1. I’m having some trouble getting the clj-kondo server started on Calva
It seems to not find my java runtime. I am not sure where or how
Friggin! No default runtime on the m1! Totally forgot
Grrr. Got it working. Had to install openjdk
Hopefully there aren’t other errors