Public Variable |
Short Description |
check-shadowed-binding! (clj)
|
|
class-name? (clj)
|
|
first-segment (clj)
|
Returns first segment dot-delimited string, only if there is at least one part after the first dot. |
generated? (clj)
|
We assume that a node is generated by clj-kondo when it has no metadata or when it has the key :clj-kondo.impl/generated. |
get-namespace (clj)
|
|
lint-aliased-namespace (clj)
|
Check if a namespace symbol has an existing `:as` alias. |
lint-as-aliased-usage (clj)
|
Check if a namespace symbol has an existing `:as` alias. |
lint-conflicting-aliases! (clj)
|
|
lint-discouraged-var! (clj)
|
|
lint-duplicate-requires! (clj)
|
|
lint-unsorted-required-namespaces! (clj)
|
|
list-namespaces (clj)
|
|
next-token (clj)
|
|
normalize-sym-name (clj)
|
Assumes simple symbol. |
reg-alias! (clj)
|
|
reg-binding! (clj)
|
|
reg-destructuring-default! (clj)
|
|
reg-imports! (clj)
|
|
reg-namespace! (clj)
|
Registers namespace. |
reg-proxied-namespaces! (clj)
|
|
reg-referred-all-var! (clj)
|
|
reg-required-namespaces! (clj)
|
|
reg-unresolved-namespace! (clj)
|
|
reg-unresolved-symbol! (clj)
|
|
reg-unresolved-var! (clj)
|
|
reg-used-alias! (clj)
|
|
reg-used-binding! (clj)
|
|
reg-used-import! (clj)
|
|
reg-used-namespace! (clj)
|
Registers usage of required namespaced in ns. |
reg-used-referred-var! (clj)
|
|
reg-var! (clj)
|
|
reg-var-usage! (clj)
|
|
resolve-name (clj)
|
|
split-on-dots (clj)
|
|