Skip to content

Supported configuration properties

Felipe Zorzo edited this page Oct 25, 2020 · 2 revisions

The Z PL/SQL Analyzer plugin uses the properties below during analysis. See here for the ways how to pass them to the plugin.

sonar.zpa.file.suffixes
Comma-separated list of file extensions to analyze. The plugin will, by default, analyze the files with the following extensions: sql, pkg, pks and pkb. If the extension of the files you're about to analyze is not among this list, you need to include it.
Default value: sql,pkg,pks,pkb

sonar.zpa.forms.metadata
Path to the JSON file with the Oracle Forms metadata.
More info: Oracle Forms support

sonar.zpa.errorRecoveryEnabled
Defines mode for error handling of parsing errors. 'False' (strict) breaks after an error or 'True' (tolerant, default) continues.
Default value: true
More info: Error recovery

Clone this wiki locally