aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmllint/quick/plugin.json
blob: 442a693b7b7ba2ae35a019913029c8aae00bddb5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
    "name": "Quick",
    "author": "Qt",
    "description": "Warns about QtQuick best practices",
    "version": "1.0",
    "isInternal": true,
    "loggingCategories": [
        {
            "name": "layout-positioning",
            "settingsName": "LayoutsPositioning",
            "description": "Warn about using the wrong kind of positioning in layouts"
        },
        {
            "name": "attached-property-type",
            "settingsName": "AttachedPropertyType",
            "description": "Warn about attached properties being used in the wrong type"
        },
        {
            "name": "anchor-combinations",
            "settingsName": "Anchors",
            "description": "Warn about invalid anchor combinations"
        },
        {
            "name": "controls-native-customize",
            "settingsName": "ControlsNativeCustomize",
            "description": "Warn about unsupported customizing of native controls"
        },
        {
            "name": "unexpected-var-type",
            "settingsName": "UnexpectedVarType",
            "description": "Warn about incompatible types being set on var properties"
        }
    ]
}