Liking cljdoc? Tell your friends :D

automaton-build.tasks.impl.reports-fw

Scan code files for forbidden words.

The forbidden words ca be setup in the project.edn under the [:code :forbidden-words]

It will report whatever word is set this project.edn, except infiles which first line is: #":heph-ignore\s*{[^}]*:forbidden-words".

that will ignore forbidden-words.

Scan code files for forbidden words.

The forbidden words ca be setup in the `project.edn` under the `[:code :forbidden-words]`

It will report whatever word is set this project.edn, except infiles which first line is:
#":heph-ignore\s*\{[^\}]*:forbidden-words".

that will ignore `forbidden-words`.
raw docstring

project-forbidden-wordsclj

(project-forbidden-words project-map)

project-reportclj

(project-report project-map)

reportclj

(report project-map)

Reports all forbidden words found in the files in the file-descs, they're in the report if the file contains forbidden-words.

Returns true if ok.

Reports all forbidden words found in the files in the `file-descs`, they're in the report if the file contains `forbidden-words`.

Returns `true` if ok.
raw docstring

report-file-pathclj


synthesisclj

(synthesis status)

Prints a synthesis line for status.

Prints a synthesis line for `status`.
raw docstring

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

× close