mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-14 00:40:28 +07:00
68 lines
1.5 KiB
JSON
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"
|
|
}
|
|
]
|
|
} |