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`.
(project-forbidden-words project-map)
(project-report project-map)
(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.
(synthesis status)
Prints a synthesis line for status
.
Prints a synthesis line for `status`.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close