Files
openide/RegExpSupport/resources/inspectionDescriptions/metaInformation.json
Andrei Iurko efbebbef0b [qodana] QD-9891 Add reviewed inspections categories and fix json schema validation
GitOrigin-RevId: 7ca2b2fde31a47b41b1940badee13d931bd91102
2024-11-06 14:28:05 +00:00

68 lines
1.5 KiB
JSON

{
"inspections": [
{
"id": "RegExpEscapedMetaCharacter",
"codeQualityCategory": "Code Style"
},
{
"id": "RegExpSingleCharAlternation",
"codeQualityCategory": "Performance"
},
{
"id": "RegExpRedundantEscape",
"codeQualityCategory": "Code Style"
},
{
"id": "RegExpRedundantNestedCharacterClass",
"codeQualityCategory": "Code Style"
},
{
"id": "RegExpOctalEscape",
"codeQualityCategory": "Code Style"
},
{
"id": "RegExpDuplicateAlternationBranch",
"codeQualityCategory": "Performance"
},
{
"id": "RegExpUnexpectedAnchor",
"codeQualityCategory": "Reliability"
},
{
"id": "RegExpSimplifiable",
"codeQualityCategory": "Code Style"
},
{
"id": "RegExpEmptyAlternationBranch",
"codeQualityCategory": "Reliability"
},
{
"id": "RegExpSuspiciousBackref",
"codeQualityCategory": "Reliability"
},
{
"id": "RegExpRepeatedSpace",
"codeQualityCategory": "Code Style"
},
{
"id": "RegExpDuplicateCharacterInClass",
"codeQualityCategory": "Code Style"
},
{
"id": "RegExpRedundantClassElement",
"codeQualityCategory": "Code Style"
},
{
"id": "RegExpUnnecessaryNonCapturingGroup",
"codeQualityCategory": "Code Style"
},
{
"id": "CustomRegExpInspection",
"codeQualityCategory": "Unspecified"
},
{
"id": "RegExpAnonymousGroup",
"codeQualityCategory": "Code Style"
}
]
}