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
.
project-forbidden-words
(project-forbidden-words project-map)
project-report
(project-report project-map)
report
(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.
report-file-path
synthesis
(synthesis status)
Prints a synthesis line for status
.