inspection
Last modified: 20 April 2023Inspections
This page contains reference information about the Inspections Build Runner fields.
Option | Description |
---|---|
Build runner | Select Inspections from the combobox. This runner is used for gathering IntelliJ IDEA inspections results. |
Inspections Parameters
Option | Description |
---|---|
Inspections profile path | Use this text field to specify the path to inspections profiles file relative to the project root directory. By default, the profile path is specified in the IntelliJ IDEA project file *.ipr, and the field is left blank. Fill this field, if you want to override project profile mapping. |
Inspections profile name | Select the name of the desired shared profile from the combobox. By default, the name is unspecified, which means that project modules will be inspected according to their own settings. |
Errors limit | Fail build if specified number of errors exceeded. By default first occured error will fail build. |
Warnings limit | Fail build if specified number of warnings exceeded. Leave blank if there is no limit. |
Thanks for your feedback!