Liking cljdoc? Tell your friends :D

noahtheduke.splint.config


default-configclj

source

find-local-configclj

(find-local-config)
source

get-configcljdeprecated

(get-config _ctx rule)

Return merged config for a specific rule.

Return merged config for a specific rule.
sourceraw docstring

get-opts-from-configclj

(get-opts-from-config config)
source

load-configclj

(load-config options)
(load-config local options)
source

make-rule-configclj

(make-rule-config rule genre-config local-config)
source

merge-configclj

(merge-config default local)

Merge the local config file into the default.

Applies whole genre configuration to each applicable rule, and merges all custom rules configuration as well.

If .splint.edn has both 'output and :output, it will use 'output.

Merge the local config file into the default.

Applies whole genre configuration to each applicable rule, and merges all
custom rules configuration as well.

If .splint.edn has both `'output` and `:output`, it will use `'output`.
sourceraw docstring

parse-clojure-versionclj

(parse-clojure-version version)
source

project-clojure-versionclj

(project-clojure-version project-map)
source

project-pathsclj

(project-paths project-map)

All of the default paths in the project map. For deps.edn, :paths from the base plus :paths or :extra-paths from :dev and :test aliases. For project.clj, :source-paths and :test-paths from base plus both from :dev and :test profiles.

All of the default paths in the project map.
For deps.edn, :paths from the base plus :paths or :extra-paths from :dev and :test aliases.
For project.clj, :source-paths and :test-paths from base plus both from :dev and :test profiles.
sourceraw docstring

read-default-configclj

(read-default-config)
source

read-project-fileclj

(read-project-file deps-edn project-clj)

Read the first available proejct config file. In order, checks deps.edn, project.clj, boot.

Read the first available proejct config file.
In order, checks deps.edn, project.clj, boot.
sourceraw docstring

slurp-ednclj

(slurp-edn file)
(slurp-edn file {:keys [multiple]})

Read values from an edn file.

Returns nil if file is empty. If :multiple is provided, returns a vector of values. If :multiple is not provided, returns a single value or throws if file contains more than 1 value.

Read values from an edn file.

Returns nil if file is empty.
If :multiple is provided, returns a vector of values.
If :multiple is not provided, returns a single value or throws if file contains more than 1 value.
sourceraw docstring

spit-configclj

(spit-config {:keys [diagnostics]})
source

splint-versionclj

(splint-version)
source

versionclj

source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close