Files
RedBear-OS/local/recipes/kde/kirigami/source/qmllint.ini.in
T
2026-04-14 10:51:06 +01:00

38 lines
948 B
Plaintext

# SPDX-FileCopyrightText: 2024 Carl Schwan <carl@carlschwan.eu>
# SPDX-License-Identifier: CC0-1.0
[General]
DisableDefaultImports=false
AdditionalQmlImportPaths=${QT_QML_OUTPUT_DIRECTORY}
[Warnings]
AccessSingletonViaObject=warning
AttachedPropertyReuse=disable
BadSignalHandlerParameters=warning
CompilerWarnings=disable
Deprecated=warning
DuplicatePropertyBinding=warning
DuplicatedName=warning
ImportFailure=warning
IncompatibleType=warning
InheritanceCycle=warning
InvalidLintDirective=warning
LintPluginWarnings=disable
MissingProperty=warning
MissingType=warning
MultilineStrings=info
NonListProperty=warning
PrefixedImportType=warning
PropertyAliasCycles=warning
ReadOnlyProperty=warning
RequiredProperty=warning
RestrictedType=warning
TopLevelComponent=warning
UncreatableType=warning
UnqualifiedAccess=warning
UnresolvedType=warning
UnusedImports=warning
UseProperFunction=warning
VarUsedBeforeDeclaration=warning
WithStatement=warning