aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmllint/quick/plugin.json
blob: f6d6b5a55dac38096a06f4cf31a9b754e24da644 (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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
    "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"
        },
        {
            "name": "property-changes-parsed",
            "settingsName": "PropertyChangesParsed",
            "description": "Warn about legacy PropertyChanges that rely on the custom parser"
        },
        {
            "name": "controls-attached-property-reuse",
            "settingsName": "ControlsAttachedPropertyReuse",
            "description": "Warn about failure to re-use attached objects of controls"
        },
        {
            "name": "attached-property-reuse",
            "settingsName": "AttachedPropertyReuse",
            "description": "Warn about failure to re-use any attached objects. Implies ControlsAttachedPropertyReuse.",
            "enabled": false
        }
    ]
}