Pluggable list of inspections.
Multiple inspections may claim the same code — they all run, all contribute issues to the report. unregister is per-rule, not per-code: it removes every inspection that lists code.
code
Iterator over every distinct code declared by any registered inspection.
Unregister every inspection that claims code. Returns the number removed.
Pluggable list of inspections.
Multiple inspections may claim the same code — they all run, all contribute issues to the report. unregister is per-rule, not per-code: it removes every inspection that lists
code.