-
Notifications
You must be signed in to change notification settings - Fork 84
/
.qmllint.ini
47 lines (44 loc) · 1.08 KB
/
.qmllint.ini
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
[General]
DisableDefaultImports=false
[Warnings]
AccessSingletonViaObject=warning
BadSignalHandlerParameters=warning
CompilerWarnings=disable
Deprecated=warning
DuplicatePropertyBinding=warning
DuplicatedName=warning
ImportFailure=warning
IncompatibleType=info
InheritanceCycle=warning
InvalidLintDirective=warning
LintPluginWarnings=warning
MissingProperty=info
MissingType=warning
MultilineStrings=warning
NonListProperty=warning
PrefixedImportType=warning
PropertyAliasCycles=warning
ReadOnlyProperty=warning
RequiredProperty=info
RestrictedType=warning
TopLevelComponent=warning
UncreatableType=warning
UnqualifiedAccess=info
UnresolvedType=warning
UnusedImports=info
UseProperFunction=warning
VarUsedBeforeDeclaration=warning
WithStatement=warning
# Quick
Anchors=info
AttachedPropertyReuse=info
AttachedPropertyType=info
ControlsAttachedPropertyReuse=warning
ControlsNativeCustomize=warning
LayoutsPositioning=info
PropertyChangesParsed=info
UnexpectedVarType=warning
# Qt 6.5 duplicated categories
Quick.attached-property-type=info
Quick.layout-positioning=info
Quick.property-changes-parsed=info