TeamCity 4.0 Help

Inspections

This page contains reference information about the Inspections Build Runner fields. This runner is intended for gathering inspection results in the IntelliJ IDEA or Maven2 projects.

Option

Description

Build runner

Select Inspections from the drop-down list. This runner is used for gathering IntelliJ IDEA inspections results.

Additional Pre-Processing (Ant)

Option

Description

Run before build

In the appropriate fields, enter the Ant scripts and targets (optional) that you want to run prior to starting the build. The path to the Ant file should be relative to the project root directory.

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. Use this field, if you want to override project profile mapping.

Inspections profile name

Select the name of the desired shared profile from the combo box. By default, the name is unspecified, which means that project modules will be inspected according to their own settings.

Errors limit

Fail build if the specified number of errors is exceeded. By default first error that occurs will fail the build.

Warnings limit

Fail build if the specified number of warnings is exceeded. Leave blank if there is no limit.

Last modified: 20 April 2023