File tree Expand file tree Collapse file tree 1 file changed +0
-25
lines changed Expand file tree Collapse file tree 1 file changed +0
-25
lines changed Original file line number Diff line number Diff line change 485485
486486 ; ; Morse - https://github.com/nubank/morse
487487 :inspect/morse
488- ; ; DEPRECATED - use as a tool
489- ; ; clj-kondo - comprehensive and fast linter
490- ; ; https://github.com/borkdude/clj-kondo/
491- :lint/clj-kondo
492- {:extra-deps {clj-kondo/clj-kondo {:mvn/version " 2023.09.07" }}
493- :main-opts [" --main" " clj-kondo.main" " --lint" " src" ]}
494-
495- ; ; DEPRECATED - not used
496- ; ; Eastwood - lint tool based on tools.analyzer.jvm
497- :lint/eastwood
498- {:extra-deps {jonase/eastwood {:mvn/version " 1.4.0" }}
499- ; ; Eastwood accurately infers source/test paths, so they are best left unspecified:
500- :main-opts [" --main" " eastwood.lint" ]}
501-
502- ; ; DEPRECATED - not used
503- ; ; kibit - suggest idiomatic use of Clojure
504- ; ; https://github.com/jonase/kibit/issues/221
505- :lint/idiom
506- {:replace-paths []
507- :replace-deps {tvaughan/kibit-runner {:mvn/version " 1.0.1" }}
508- :main-opts [" --main" " kibit-runner.cmdline" ]}
509-
510- ; ; End of Linting/ static analysis
511- ; ; ---------------------------------------------------
512-
513488 {:extra-deps {io.github.nubank/morse
514489 {:git/tag " v2023.04.30.01" :git/sha " d99b09c" }}}
515490 ; ; ---------------------------------------------------
You can’t perform that action at this time.
0 commit comments