This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
The CI for lein-clj-kondo seems broken. Latest version for clj-kondo is v2023.12.15, but the lein plugin is stuck at v2023.10.20
✅ 1
I am using in-ns
for some monkeypatching. This seems to throw off several linters in clj-kondo. Is there a way to disable linting then re-enable it? eslint, for instance, allows one to write
/* es-lint-disable */
...
/* es-lint-enable */
Is there equivalent in clj-kondo?✅ 1