PyCharm 2016.1 Help

Specify Inspection Scope Dialog

Code | Inspect Code


Use this dialog box to define the scope to apply inspection to and the profile against which the source code should be inspected.

Note that the list of scopes varies depending on the project type.

Item Description
Whole project Select this option to perform the analysis for the whole project.
File <name> Select this option to analyze the file that is currently selected in the Project tool window or opened in the editor.
Selected files Select this option to analyze the files that are currently selected in the Project tool window.
Uncommitted files This scope is only available for the projects under version control.
Select this option to have PyCharm analyze only files that have not been committed to the version control system. Use the drop-down list to further limit the analysis scope. The available options are:
  • All - select this option to have files from all changelists analyzed.
  • Default - select this option to have PyCharm analyze only files from the Default changelist.
Custom scope Select this option to use a custom scope. Select a pre-defined scope from the drop-down list, or click browseButton and define the scope in the Scopes dialog.
Inspection profileSelect a profile to inspect the specified scope against.
A profile is selected from the drop-down list. If the desired profile is not in the list, click the ellipsis button and configure the desired profile on the Inspections page of the Settings dialog.

See Also

Last modified: 20 April 2016