@ -36,32 +36,33 @@ ResourcePath=
#VarUsedBeforeDeclaration=warning
#WithStatement=warning
AccessSingletonViaObject = disable
AttachedPropertyReuse = disable
AccessSingletonViaObject = warning
AttachedPropertyReuse = warning
# https://bugreports.qt.io/browse/QTBUG-115439 -> set to disabled until Qt6.7
BadSignalHandlerParameters = disable
CompilerWarnings = disable
Deprecated = disable
DuplicatePropertyBinding = disable
DuplicatedName = disable
Deprecated = warning
DuplicatePropertyBinding = warning
DuplicatedName = warning
ImportFailure = disable
IncompatibleType = disable
InheritanceCycle = disable
InvalidLintDirective = disable
LintPluginWarnings = disable
IncompatibleType = warning
InheritanceCycle = warning
InvalidLintDirective = warning
LintPluginWarnings = warning
MissingProperty = disable
MissingType = disable
MultilineStrings = info
NonListProperty = disable
PrefixedImportType = disable
MultilineStrings = warning
NonListProperty = warning
PrefixedImportType = warning
PropertyAliasCycles = disable
ReadOnlyProperty = disable
RequiredProperty = disable
RestrictedType = disable
TopLevelComponent = disable
UncreatableType = disable
ReadOnlyProperty = warning
RequiredProperty = warning
RestrictedType = warning
TopLevelComponent = warning
UncreatableType = warning
UnqualifiedAccess = disable
UnresolvedType = disable
UnusedImports = info
UseProperFunction = disable
VarUsedBeforeDeclaration = disable
WithStatement = disable
UseProperFunction = warning
VarUsedBeforeDeclaration = warning
WithStatement = warning