Liking cljdoc? Tell your friends :D

boundary.devtools.core.state-analyzer

Pure functions for analyzing project state. Determines 'what should you do next?' based on project state data. No I/O — accepts pre-collected state data as arguments.

Pure functions for analyzing project state.
Determines 'what should you do next?' based on project state data.
No I/O — accepts pre-collected state data as arguments.
raw docstring

analyze-lintclj

(analyze-lint lint-errors)

Analyze lint state. lint-errors - number of lint errors

Analyze lint state.
`lint-errors` - number of lint errors
sourceraw docstring

analyze-migrationsclj

(analyze-migrations {:keys [pending pending-names]})

Analyze migration state. Returns findings about pending migrations. migration-status - map with :applied and :pending counts

Analyze migration state. Returns findings about pending migrations.
`migration-status` - map with :applied and :pending counts
sourceraw docstring

analyze-modulesclj

(analyze-modules scaffolded-modules integrated-modules)

Analyze module state. Returns findings about unintegrated modules. scaffolded-modules - set of module names found in libs/ integrated-modules - set of module names found in deps.edn paths

Analyze module state. Returns findings about unintegrated modules.
`scaffolded-modules` - set of module names found in libs/
`integrated-modules` - set of module names found in deps.edn paths
sourceraw docstring

analyze-seedsclj

(analyze-seeds seed-file-exists?)

Analyze seed data state. seed-file-exists? - whether resources/seeds/dev.edn exists

Analyze seed data state.
`seed-file-exists?` - whether resources/seeds/dev.edn exists
sourceraw docstring

analyze-testsclj

(analyze-tests {:keys [total fail error]})

Analyze test state. test-result - map with :total, :pass, :fail, :error

Analyze test state.
`test-result` - map with :total, :pass, :fail, :error
sourceraw docstring

format-findingsclj

(format-findings findings module-count)

Format a seq of findings into a 'next steps' display string.

Format a seq of findings into a 'next steps' display string.
sourceraw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close