Hi,
thank you very much for this nice piece of software.
I read in "rmtooDetailsV3.pdf", p. 22: "rmtoo supports some heuristics to check the quality of requirements"
rmtoo/doc/ grep -nr "heu" .
./requirements/AtcsDescWords.req:6: heuristic which evaluates regular expressions.
./release_notes/15.txt:11:Fixed analytics heuristics: words were only counted once.
I read "AtcsDescWords.req". Using Regex for this job is a smart idea
How can I do this within rmtoo (or it's makefile)?
Otherwise I would call an individual shell script in the requirement folder. :-\
Hi, thank you very much for this nice piece of software.
I read in "rmtooDetailsV3.pdf", p. 22: "rmtoo supports some heuristics to check the quality of requirements"
rmtoo/doc/ grep -nr "heu" .
I read "AtcsDescWords.req". Using Regex for this job is a smart idea