...
configuration.share.path=configs\all
...
Anchor | ||||
---|---|---|---|---|
|
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 |
---|
[INSTALL_DIR]/rules/user.
custom rules and rule mapping files. |
Example Usage
jtest.custom.rule.dir.user=C:\parasoft\custom_rulesmy_rulemap
Related
...
jtest.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).
...
The following configuration will run the analysis with the Recommended Rules configuration when the -config
option is not specified:
jtest.configuration=builtin://Recommended Rules
rules.mappings
This setting allows you to specify which rule mapping is applied to your test configurations.
Acceptable Values
default | Default. Local and DTP test configurations are customized with corresponding rule mapping (stored locally or on DTP, respectively). |
---|---|
all | Ensures 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