clj-kondo.impl.linters
(source)For more info about this library see:
https://cljdoc.org/d/clj-kondo/clj-kondo/2023.12.15/doc/readmePublic Variable | Short Description |
---|---|
arity-error (clj) | |
expected-test-assertion? (clj) | |
lint-arg-types! (clj) | |
lint-bindings! (clj) | |
lint-cond (clj) | |
lint-cond-constants! (clj) | |
lint-cond-even-number-of-forms! (clj) | |
lint-discouraged-namespaces! (clj) | |
lint-missing-else-branch (clj) | Lint missing :else branch on if-like expressions. |
lint-missing-test-assertion (clj) | |
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) |