7fb5acc718
- Add separate option to enable/disable this inspection, as it is not obvious if it should be always enabled or not - This option can be used to detect all unnecessary qualifiers in tests - Add possibility to configure inspections via `settings.xml` in the `AbstractMultiFileLocalInspectionTest.kt` - ^KT-18538 Fixed
5 lines
155 B
Plaintext
Vendored
5 lines
155 B
Plaintext
Vendored
{
|
|
"inspectionClass": "org.jetbrains.kotlin.idea.inspections.RemoveRedundantQualifierNameInspection",
|
|
"problem": "none",
|
|
"mainFile": "test.kt"
|
|
} |