practicalli / clojure-cli-config

User aliases and Clojure CLI configuration for deps.edn based projects

Home Page:https://practical.li/clojure/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Configure Super Linter for Clojure

practicalli-johnny opened this issue · comments

Practicalli has used SuperLinter to lint markdown content for books. Add this to practicalli/clojure-deps-edn project to verify the markdown in the readme.md file, describing the project in detail.

Although super linter works well for markdown, it seems challenging to correctly use clj-kondo from super linter. The command for super linter is calling

clj-kondo --config ${CLOJURE_LINTER_RULES} --lint

Unfortunately, passing --lint without a path or file name means that clj-kondo does nothing.

Switching to mega-linter which seems to be a more configurable tool for clj-kondon.