Versions Compared

Key

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

...

This setting enables or disables block-only comment suppressions support for files specified with the suppression.file.ext property.

Acceptable Values

trueThe block-only comment support for suppressions is enabled.
falseDefault. The block-only comment support for suppressions is disabled.


The following configuration enables the block-only comment support for suppressions.

suppression1.block.only=true

Related

...

suppression.local.dir

This setting specifies the custom directory for storing local suppressions. An absolute path should be provided.

Acceptable Values

[path]The path to the folder where local suppressions will be saved.

Example Usage

The following configuration stores local suppressions in the 'suppressions' folder:

suppression.local.storage.dir=C:\parasoft\suppressions

Related