mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-14 00:40:28 +07:00
28 lines
574 B
JSON
28 lines
574 B
JSON
{
|
|
"inspections": [
|
|
{
|
|
"id": "JsonSchemaCompliance",
|
|
"codeQualityCategory": "Sanity"
|
|
},
|
|
{
|
|
"id": "JsonSchemaDeprecation",
|
|
"codeQualityCategory": "Sanity"
|
|
},
|
|
{
|
|
"id": "JsonStandardCompliance",
|
|
"codeQualityCategory": "Code Style"
|
|
},
|
|
{
|
|
"id": "JsonSchemaRefReference",
|
|
"codeQualityCategory": "Sanity"
|
|
},
|
|
{
|
|
"id": "Json5StandardCompliance",
|
|
"codeQualityCategory": "Reliability"
|
|
},
|
|
{
|
|
"id": "JsonDuplicatePropertyKeys",
|
|
"codeQualityCategory": "Reliability"
|
|
}
|
|
]
|
|
} |