ExpandRulesLimit

ExpandRulesLimit = nnnn

A single rule or a group of marked rules can be expanded completely in one fell swoop.

de­pen­ding on the number of resulting new rules, LF‑ET reacts differently by default:

  • up from 100 new rules: A warning is displayed and the user can decide for himself if the expanding should be e­xe­cu­ted or not

  • up from 1,000 new rules: An error message is displayed and the execution of the expand function is disabled

This parameter can be used to increase the limit for triggering the error message individually to a value from 1.000 up to 20.000.

Entry in a LFET.Project.ini-file:
ExpandRulesLimit = 2500
Entry in a LFET.Project.yaml-file:
LFET:

  ExpandRulesLimit: 2500

Additional information: Expanding rules completely.