Fork me on GitHub
#clj-kondo
<
2021-11-03
>
Otto Nascarella17:11:30

hiya! I was wondering if there’s a way to lint namespace aliasing…. to avoid too short names, for example

wilkerlucio18:11:39

I think there inst one for small, but there is “consistent aliasing” where you can set a fixed alias per namespace, and it fails if someone tries to make it different

👍 1
borkdude18:11:30

@U5B8QSSC9 You can use the clj-kondo analysis to access all namespace aliases and do whatever you want with it

borkdude18:11:50

But currently there is no specific linter for the shortness of aliases

✌️ 1
Otto Nascarella18:11:02

thanks for replying, guys will look into it