rmtoo icon indicating copy to clipboard operation
rmtoo copied to clipboard

Howto check the quality of requirements with heuristics?

Open scheitelhecht opened this issue 6 years ago • 0 comments

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. :-\

scheitelhecht avatar Apr 07 '20 22:04 scheitelhecht