Fork me on GitHub
#clj-kondo
<
2019-08-05
>
shem09:08:31

I installed clj-kondo via snap on a kubuntu 19.04 machine and am seeing strange behaviour:

borkdude09:08:05

clj-kondo with snap cannot read files outside of your home directory

borkdude09:08:42

this is one of the security behaviors of snap

shem09:08:48

right. is there any way to grant it more permissions?

borkdude09:08:20

I think there is, but you have to go through their vetting procedures. installing via brew for linux might be easier for you then

borkdude09:08:27

or .aur if you're on arch

shem09:08:38

ok, thanks for the info.

borkdude09:08:05

you can also use the install script which just downloads the binary from github and places it in a directory of choice (/usr/local/bin by default)

shem09:08:27

i'll try that

beders16:08:39

hi there, is there already a linting rule for something like this: (= "foobar") ?

beders16:08:07

i.e. only using one arg with = which might be worth a warning

beders16:08:57

thank you! should have checked there first 😉