• Libraries

  • Home

  • aero
  • async-flow-fx
  • bidi
  • blossom
  • buddy-core
  • buddy-sign
  • camel-snake-kebab
  • chime
  • clj-kondo
  • clojure
  • clojure.data.json
  • closeable-map
  • config
  • core.async
  • crypto-password
  • cuerdas
  • data.xml
  • devcards
  • digest
  • etaoin
  • fs
  • hiccup
  • hikari-cp
  • honeysql
  • http-fx
  • humanize
  • image-resizer
  • integrant
  • loom
  • migratus
  • next-jdbc
  • openai-clojure
  • postal
  • process
  • reitit-parent
  • ring
  • selmer
  • shadow-cljs-tailwind-jit
  • testcontainers-clj
  • tick
  • timbre
  • tools.cli
  • websocket-client

Library released under Flexiana license. Copyright 2024 Flexiana.

Visit Flexiana website

clj-kondo.impl.linters

(source)
Public Variable Short Description
arity-error (clj)
expected-test-assertion? (clj)
lint-arg-types! (clj)
lint-bindings! (clj)
lint-class-usage (clj)
lint-cond (clj)
lint-cond-constants! (clj)
lint-cond-even-number-of-forms! (clj)
lint-discouraged-namespaces! (clj)
lint-if-nil-return (clj) Lint returning nil from if-like expressions.
lint-missing-else-branch (clj) Lint missing :else branch on if-like expressions.
lint-missing-test-assertion (clj)
lint-redundant-ignores (clj)
lint-redundant-nested-call (clj) Lints calls of variadic functions/macros when nested.
lint-single-key-in (clj)
lint-single-logical-operand (clj) Lints calls of single operand logical operators with always the same value.
lint-single-operand-comparison (clj) Lints calls of single operand comparisons with always the same value.
lint-specific-calls! (clj)
lint-unresolved-namespaces! (clj)
lint-unresolved-symbols! (clj)
lint-unresolved-vars! (clj)
lint-unused-imports! (clj)
lint-unused-namespaces! (clj)
lint-unused-private-vars! (clj)
lint-var-usage (clj) Lints calls for arity errors, private calls errors.
show-arities (clj)