Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space ENGINES1031 and version 10.4.0

...

configuration.share.path=configs\all

dottest.custom.rules.dir

This setting specifies the location of user-defined coding standard rules.

Acceptable Values

...


Anchor
rule.dir.user
rule.dir.user

Example Usage

...

rule.dir.user

This setting specifies the location where information about rules you customize in your IDE will be storedof 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


...


dottest.configuration

This setting allows you to specify the test configuration that will be used for analysis if the -config option is not specified (see Configuring Test Configurations for details).

Acceptable Values

[configuration name]The name of a built-in, user-defined or DTP-hosted test configuration.

Example Usage

The following configuration will run the analysis with the Recommended Rules configuration when the -config option is not specified:

dottest.configuration=builtin://Recommended Rules

rules.mappings

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:

rules.mappings=all

Related