IDE Inspection
Please add at least one inspection.
Inspection Config

The Inspection Config allows you to enable or disable specific code quality inspections by their names.

  • ALL: Enable all available inspections, overriding user settings.
  • NONE: Disable all available inspections, overriding user settings.
  • DEFAULT: Keep the default IDE inspection settings without any changes.
  • ENABLE_SELECTED: Enable only the inspections explicitly specified in the configuration.
  • DISABLE_SELECTED: Keep the user's existing inspection settings but remove inspections specified in the configuration.
  • ADD_SELECTED: Keep the user's existing inspection settings and add inspections specified in the configuration.