Skip to content

Commit 4d41543

Browse files
alias: remove deprecated lint aliases
Remove lint aliases that were copied to the deprecated-deps.configuration
1 parent 2c3482c commit 4d41543

File tree

1 file changed

+0
-25
lines changed

1 file changed

+0
-25
lines changed

deps.edn

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -485,31 +485,6 @@
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
;; ---------------------------------------------------

0 commit comments

Comments
 (0)