You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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. :-\
The text was updated successfully, but these errors were encountered:
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
Otherwise I would call an individual shell script in the requirement folder. :-\
The text was updated successfully, but these errors were encountered: