[qodana] QD-9891 Add reviewed inspections categories and fix json schema validation

GitOrigin-RevId: 7ca2b2fde31a47b41b1940badee13d931bd91102
This commit is contained in:
Andrei Iurko
2024-10-30 15:11:03 +03:00
committed by intellij-monorepo-bot
parent 98ea3d54fe
commit efbebbef0b
27 changed files with 836 additions and 8 deletions

View File

@@ -51,6 +51,18 @@
{
"id": "RegExpRedundantClassElement",
"codeQualityCategory": "Code Style"
},
{
"id": "RegExpUnnecessaryNonCapturingGroup",
"codeQualityCategory": "Code Style"
},
{
"id": "CustomRegExpInspection",
"codeQualityCategory": "Unspecified"
},
{
"id": "RegExpAnonymousGroup",
"codeQualityCategory": "Code Style"
}
]
}