-
Notifications
You must be signed in to change notification settings - Fork 170
/
Copy path.qmllint.ini
48 lines (47 loc) · 1.13 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
48
[General]
AdditionalQmlImportPaths=
DisableDefaultImports=false
MaxWarnings=0
OverwriteImportTypes=
ResourcePath=
[Warnings]
AccessSingletonViaObject=warning
Anchors=warning
AttachedPropertyReuse=warning
AttachedPropertyType=warning
BadSignalHandler=warning
BadSignalHandlerParameters=warning
CompilerWarnings=disable
ControlsAttachedPropertyReuse=warning
ControlsNativeCustomize=warning
Deprecated=warning
DuplicatePropertyBinding=warning
DuplicatedName=warning
ImportFailure=warning
IncompatibleType=warning
InheritanceCycle=warning
InvalidLintDirective=warning
LayoutsPositioning=warning
LintPluginWarnings=warning
MissingProperty=warning
MissingType=warning
MultilineStrings=warning
NonListProperty=warning
PrefixedImportType=warning
PropertyAlias=warning
PropertyAliasCycles=warning
PropertyChangesParsed=warning
ReadOnlyProperty=warning
RequiredProperty=warning
RestrictedType=warning
TopLevelComponent=warning
TypeError=warning
UncreatableType=warning
UnexpectedVarType=warning
UnknownProperty=warning
UnqualifiedAccess=warning
UnresolvedType=warning
UnusedImports=warning
UseProperFunction=warning
VarUsedBeforeDeclaration=warning
WithStatement=warning