-
Notifications
You must be signed in to change notification settings - Fork 92
Expand file tree
/
Copy path.qmllint.ini
More file actions
41 lines (39 loc) · 1.05 KB
/
.qmllint.ini
File metadata and controls
41 lines (39 loc) · 1.05 KB
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
[General]
AdditionalQmlImportPaths=ui,ui/imports,ui/app,ui/StatusQ/src
DisableDefaultImports=false
[Warnings]
# Enable import checks - filtering done via JSON output in validate-qml.sh
import=warning
duplicated-name=warning
# Disable everything else
with=disable
inheritance-cycle=disable
invalid-lint-directive=disable
incompatible-type=disable
missing-property=disable
missing-type=disable
unresolved-type=disable
uncreatable-type=disable
alias-cycle=disable
missing-enum-entry=disable
non-list-property=disable
signal-handler-parameters=disable
restricted-type=disable
unqualified=disable
use-proper-function=disable
required=disable
unused-imports=disable
multiline-strings=disable
var-used-before-declaration=disable
duplicate-property-binding=disable
access-singleton-via-object=disable
top-level-component=disable
read-only-property=disable
deprecated=disable
Quick.attached-property-type=disable
Quick.ControlsNativeCustomize=disable
Quick.LayoutsPositioning=disable
Quick.PropertyChangesParsed=disable
attached-property-reuse=disable
compiler=disable
plugin=disable