marcomorain / clojure-lint

GNU General Public License v3.0
18 stars 2 forks source link

Load project settings #1

Closed marcomorain closed 5 years ago

marcomorain commented 5 years ago

I need to somehow load project settings and set the JSON output flag.

borkdude commented 5 years ago

Calling clj-kondo with --config '{:output {:format :json}}' will override the output format, even if people have set a different value in their .clj-kondo/config.edn.