mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-06 03:21:12 +07:00
[qodana] QD-9891 Add reviewed inspections categories and fix json schema validation
GitOrigin-RevId: 7ca2b2fde31a47b41b1940badee13d931bd91102
This commit is contained in:
committed by
intellij-monorepo-bot
parent
98ea3d54fe
commit
efbebbef0b
@@ -39,6 +39,22 @@
|
||||
{
|
||||
"id": "RestRoleInspection",
|
||||
"codeQualityCategory": "Code Style"
|
||||
},
|
||||
{
|
||||
"id": "PyTestParametrizedInspection",
|
||||
"codeQualityCategory": "Reliability"
|
||||
},
|
||||
{
|
||||
"id": "PyTestUnpassedFixtureInspection",
|
||||
"codeQualityCategory": "Reliability"
|
||||
},
|
||||
{
|
||||
"id": "PyUnresolvedReferencesInspection",
|
||||
"codeQualityCategory": "Sanity"
|
||||
},
|
||||
{
|
||||
"id": "CythonUsageBeforeDeclarationInspection",
|
||||
"codeQualityCategory": "Reliability"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user