mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-14 09:12:22 +07:00
60 lines
1.3 KiB
JSON
60 lines
1.3 KiB
JSON
{
|
|
"inspections": [
|
|
{
|
|
"id": "PyPep8NamingInspection",
|
|
"codeQualityCategory": "Code Style"
|
|
},
|
|
{
|
|
"id": "PyPep8Inspection",
|
|
"codeQualityCategory": "Code Style"
|
|
},
|
|
{
|
|
"id": "PoetryPackageVersionsInspection",
|
|
"codeQualityCategory": "Sanity"
|
|
},
|
|
{
|
|
"id": "PyStubPackagesCompatibilityInspection",
|
|
"codeQualityCategory": "Sanity"
|
|
},
|
|
{
|
|
"id": "UnsatisfiedRequirementInspection",
|
|
"codeQualityCategory": "Sanity"
|
|
},
|
|
{
|
|
"id": "CommandLineInspection",
|
|
"codeQualityCategory": "Sanity"
|
|
},
|
|
{
|
|
"id": "PyStubPackagesAdvertiser",
|
|
"codeQualityCategory": "Sanity"
|
|
},
|
|
{
|
|
"id": "PyRelativeImportInspection",
|
|
"codeQualityCategory": "Sanity"
|
|
},
|
|
{
|
|
"id": "PyShadowingBuiltinsInspection",
|
|
"codeQualityCategory": "Code Style"
|
|
},
|
|
{
|
|
"id": "RestRoleInspection",
|
|
"codeQualityCategory": "Code Style"
|
|
},
|
|
{
|
|
"id": "PyTestParametrizedInspection",
|
|
"codeQualityCategory": "Reliability"
|
|
},
|
|
{
|
|
"id": "PyTestUnpassedFixtureInspection",
|
|
"codeQualityCategory": "Reliability"
|
|
},
|
|
{
|
|
"id": "PyUnresolvedReferencesInspection",
|
|
"codeQualityCategory": "Sanity"
|
|
},
|
|
{
|
|
"id": "CythonUsageBeforeDeclarationInspection",
|
|
"codeQualityCategory": "Reliability"
|
|
}
|
|
]
|
|
} |