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)
|
|