PyCharm 2016.1 Help

Inspections

File | Settings | Editor | Inspections for Windows and Linux
PyCharm | Preferences | Editor | Inspections for OS X
Ctrl+Alt+S
settings


Use this page to customize inspection profiles, configure inspection severities, disable and enable inspections, and configure inspections for different scopes. The page is divided into the following areas:

Profile management

ItemDescription
ProfileFrom this drop-down list, select the name of the profile to configure. All modified inspections are highlighted.
ManageClick this drop-down list to reveal the submenu of check commands:
Share to team membersSelect this check command to make the selected profile available for your team, i.e to make it the project-level profile. The settings of the profile are passed to XML file that is located in the <project>/.idea/inspectionProfiles directory. The profile then can be shared between your team members or you can commit the profile to VCS.

If you create a profile for your own purposes, make sure that this check box is cleared.

CopyChoose this command to create a copy, based on the current profile.
RenameChoose this command to change the name of the current profile in the Profile field.
DeleteChoose this command to delete the current profile. The pre-defined profiles cannot be deleted, so this command is only available for the user-defined profiles.
ExportChoose this command to export the selected profile as an xml file.
ImportChoose this command to import a profile from an xml file.

Toolbar

ItemTooltip and ShortcutDescription
search_fieldUse this text box to search through the list of inspections. In the search field, start typing the desired inspection name, or any characters contained in the inspection name or description. PyCharm shows the list of matching occurrences.

As you type a search string, the matching inspections are highlighted. To finalize the search, press Enter. The used search strings are memorized in the history list.

  • find1.gif: Click this button to reveal the history list.
  • clear.png: Click this button to clear the search history.
commonfilterFilter InspectionsClick this button to show the list of available filters:
filter_inspections

Click the desired filters to reduce the list. The command Reset Filters becomes available, if some of the filters are checked.

expandAll.png/collapseAll.pngExpand All/Collapse All
Ctrl+NumPad Plus
Ctrl+NumPad -
Click these buttons to have all inspection nodes expanded/collapsed.
resetProfile.pngReset to EmptyClick this button to have all the check boxes of the profile cleared and thus disable all the profile inspections.
cogwheel_framedAdvanced SettingsClick this button the show the menu with the following check commands:
  • Disable new inspections by default: select this check box, if you don't want the new inspections that appear after PyCharm update, to become available.
  • Reset to Default settings: select this check box to discard all changes.

Inspection severity and scopes

ItemDescription
DescriptionThis read-only field shows the description of the selected inspection.
Inspection severityFrom this drop-down list, select the desired severity to assign to the current inspection. The possible options are:
  • Typo typo
  • Server problem server_problem
  • Info info
  • Weak warning weak_warning
  • Warning warning
  • Error error
ScopesClick this drop-down list to reveal the list of available scopes:
inspections_scopes

Clicking a scope in the list results in showing the scopes toolbar:

add.pngAlt+InsertClick this button to specify the scope for the selected inspection.
delete.pngAlt+DeleteClick this button to delete the selected scope for the current inspection.

Choosing the option Edit Scopes Order results in showing the Scopes Order dialog box, where one can change the order of scopes using the up and down arrows (arrowUp.png arrowDown.png) or keyboard shortcuts (Alt+Up/Alt+Down).

It is possible to select several inspections and add/remove scopes for the entire selection.

Options

This area is only available for some types of inspections, provided that an inspection of this type is enabled (the check box next to it is selected). Use the controls in this area to re-configure the default inspection settings.

See Also

Last modified: 20 April 2016