Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This setting specifies the location of user-defined coding standard rules. Alternatively, you can use this setting without the "cpptest" prefix, see rule.dir.user.

Acceptable Values

[path]The path to the directory that contains user-defined coding standard rules. The default is [INSTALL_DIR]/rules/user.

Example Usage

cpptest.rule.dir.user=C:\parasoft\custom_rules

...

This setting specifies the location of user-defined coding standard rules and rule mapping files.

Acceptable Values

[path]The path to the directory that contains custom rules and rule mapping files.

Example Usage

rule.dir.user=C:\parasoft\my_rulemap

...

This setting allows you to specify which rule mapping is applied to your test configurations.

Acceptable Values

defaultDefault. Local and DTP test configurations are customized with corresponding rule mapping (stored locally or on DTP, respectively).
allEnsures backward compatibility for versions earlier than 10.4. Any configured rule mapping (local or DTP-shared) is applied to both local and DTP configurations.

Example Usage

The following configuration will merge rule mapping information specified locally and on DTP:

...