qtdeclarative/tests/auto/qml/qmllint/data
Maximilian Goldstein 56c16d0e97 qmllint: Exclude children of custom parser elements from warnings
Some warnings caused by the children of custom parser elements also need to be ignored.

Change-Id: Iff3c6e5ce2ea334c6de7a14c8592ee1ebf80bb58
Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
2021-05-03 08:40:50 +02:00
..
AttachedProperties QQmlJSImportVisitor: add find-or-create version of enterEnvironment 2021-04-13 19:19:56 +02:00
DuplicateImport Don't duplicate imports for different versions 2021-03-09 16:46:57 +01:00
ModuleWithJS qmllint: fix import java scripts from module 2020-08-22 15:36:44 +03:00
OldQmltypes Support 5.x style composite types in qmltypes files 2020-10-07 13:26:17 +02:00
QmlBench Properly mark composite singletons in QQmlJSImporter 2021-03-25 21:25:30 +01:00
StaticTest QmlCompiler: Allow for multiple extensions per object 2021-02-01 16:51:51 +01:00
Things qmllint: check default properties 2021-03-09 10:13:34 +01:00
autoqmltypes qmllint: Fix auto-importing of qmltypes from same directory 2021-01-21 14:17:59 +01:00
qmldirImport Don't duplicate imports for different versions 2021-03-09 16:46:57 +01:00
qmldirImportAndDepend qmllint: check default properties 2021-03-09 10:13:34 +01:00
resource qmllint: Resolve imported files by qrc path if available 2021-02-24 13:01:48 +01:00
2behavior.qml qmllint: Fix false positive warnings for non-list default property 2021-04-28 09:57:55 +02:00
2interceptors.qml qmllint: Properly handle "on" bindings 2021-04-28 15:59:43 +02:00
2valueSources.qml qmllint: Properly handle "on" bindings 2021-04-28 15:59:43 +02:00
AttachedProps.qml qmllint: Consider attached properties 2020-01-13 16:54:27 +01:00
AttachedType.qml qmllint: Make imports local 2020-09-28 13:26:52 +02:00
AutomatchedSignalHandler.qml qmllint: Cleanup 2019-11-18 10:39:23 +01:00
ButtonLoader.qml qmllint: Add QFont to the list of unknown builtins 2020-03-16 14:08:17 +01:00
CatchStatement.qml qmllint: do not warn about the identifier of a catch statement 2019-08-19 10:01:13 +02:00
Cycle1.qml qmllint: Break inheritance cycles 2020-03-19 16:37:44 +01:00
Cycle2.qml qmllint: Break inheritance cycles 2020-03-19 16:37:44 +01:00
Cycle3.qml qmllint: Break inheritance cycles 2020-03-19 16:37:44 +01:00
DeprProp.qml qmllint: Warn about bindings on deprecated properties 2021-03-30 08:47:35 +02:00
DeprecatedFunctions.qml qmllint: Warn about deprecated functions 2021-04-19 10:15:13 +02:00
Dialog.qml qmllint: Use fully qualified QML type names as superClass 2020-03-16 14:57:13 +01:00
Drawer.qml qmllint: Don't crash on IDs that aren't scopes 2020-03-17 09:05:09 +01:00
Empty.js QQmlJSTypeReader: Guard against empty JS files 2021-01-26 13:19:24 +01:00
EnumAccess1.qml qmllint: fix wrong warning about enum usage 2020-06-17 14:04:42 +03:00
EnumAccess2.qml qmllint: fix wrong warning about enum usage 2020-06-17 14:04:42 +03:00
Form.ui.qml qmllint: Handle the default import and .ui.qml files 2019-08-30 10:34:38 +02:00
FormUser.qml qmllint: Add support for warning about unused imports 2021-03-25 11:34:41 +01:00
FromRoot.qml
GrdView.qml qmllint: Fix multiple attached property bugs 2021-04-29 17:55:36 +02:00
IdFromOuterSpace.qml
ImportWithPrefix.qml qmllint: Remove exceptions for most unknown builtins 2021-01-21 08:45:16 +01:00
InfoItemTextEdit.qml qmllint: Initialize special casing for QString on checkMemberAccess() 2021-04-08 23:26:19 +02:00
ListProperty.qml qmllint: Add support for warning about unused imports 2021-03-25 11:34:41 +01:00
MethodInItem.qml qmllint: Consider methods from the current scope as valid IDs 2019-08-30 10:34:51 +02:00
MethodInScope.qml qmllint: Consider methods from the current scope as valid IDs 2019-08-30 10:34:51 +02:00
Methods.js qmllint: parse JS files for methods 2020-01-10 21:19:07 +01:00
PropertyBase.qml qmllint: Store property's binding type separately 2021-04-26 14:39:42 +02:00
PropertyBase2.qml qmllint: Store property's binding type separately 2021-04-26 14:39:42 +02:00
QTBUG-45916.js
SegFault.bad.qml qmllint: Fix segmentation fault 2021-02-03 16:32:49 +01:00
SegFault.qml qmllint: Fix segmentation fault 2021-02-03 16:32:49 +01:00
Signal.qml qmllint: handle signals defined in qml file 2020-08-19 10:09:30 +03:00
SignalHandler.qml
Simple.qml
Text.qml qmllint: Use fully qualified QML type names as superClass 2020-03-16 14:57:13 +01:00
TypeDeprecated.qml qmllint: Implement deprecation warnings 2021-03-08 15:54:02 +01:00
TypeDeprecatedReason.qml qmllint: Implement deprecation warnings 2021-03-08 15:54:02 +01:00
TypeWithUnknownPropertyType.qml Check also property type names 2021-04-13 11:43:45 +03:00
WithStatement.qml
accessible.qml qmllint: Do not choke on self attaching types 2021-04-29 14:47:44 +02:00
aliasCycle.qml qmllint: Resolve field member expressions on aliases 2021-03-12 17:15:29 +01:00
anchors1.qml qmllint: Ignore grouped properties again 2020-10-02 13:21:09 +02:00
anchors2.qml qmllint: Fix updating of parent property 2020-10-02 15:31:59 +02:00
anchors3.qml qmllint: Mark anchors3.qml as dirty 2020-10-05 14:56:26 +02:00
attached.qml qmllint: Resolve attached property scopes 2021-02-19 08:33:17 +01:00
attachedPropertyAssignments.qml QQmlJSImportVisitor: add find-or-create version of enterEnvironment 2021-04-13 19:19:56 +02:00
attachedTypeIndirect.qml qmllint: Fix multiple attached property bugs 2021-04-29 17:55:36 +02:00
badAlias.qml qmllint: Resolve aliases 2020-01-13 16:54:13 +01:00
badAliasExpression.qml qmllint: Resolve field member expressions on aliases 2021-03-12 17:15:29 +01:00
badAliasObject.qml qmllint: Resolve aliases in nested objects 2020-10-22 09:57:57 +02:00
badAliasProperty.qml qmllint: Resolve aliases 2020-01-13 16:54:13 +01:00
badAttached.qml qmllint: Resolve attached property scopes 2021-02-19 08:33:17 +01:00
badAttachedProperty.qml Fix QQmlJSImportVisitor::visit(UiObjectBinding *) 2021-04-14 17:46:06 +02:00
badAttachedPropertyNested.qml Fix QQmlJSImportVisitor::visit(UiObjectBinding *) 2021-04-14 17:46:06 +02:00
badAttachedPropertyTypeQtObject.qml Fix QQmlJSImportVisitor::visit(UiObjectBinding *) 2021-04-14 17:46:06 +02:00
badAttachedPropertyTypeString.qml Fix QQmlJSImportVisitor::visit(UiObjectBinding *) 2021-04-14 17:46:06 +02:00
badBinding.qml qmllint: Check for existence of property types 2021-02-20 08:43:32 +01:00
badEnumFromQtQml.qml qmllint: Don't dump imported enums into the current scope 2020-09-24 12:05:47 +02:00
badParent.qml qmllint: Assume "parent" property is always document parent 2020-01-13 16:54:17 +01:00
badPropertyType.qml qmllint: Check for existence of property types 2021-02-20 08:43:32 +01:00
badResource.qml qmllint: Resolve imported files by qrc path if available 2021-02-24 13:01:48 +01:00
badScript.qml QQmlJSTypeReader: Guard against empty JS files 2021-01-26 13:19:24 +01:00
badTypeAssertion.qml qmllint: parse simple type assertions 2020-01-13 16:54:22 +01:00
brokenNamespace.qml qmllint: Complain if member access check fails for namespaced types 2021-01-26 13:19:38 +01:00
catchIdentifierNoWarning.qml qmllint: do not warn about the identifier of a catch statement 2019-08-19 10:01:13 +02:00
compositesingleton.qml Properly mark composite singletons in QQmlJSImporter 2021-03-25 21:25:30 +01:00
crashConnections.qml Fix qmllint crash 2020-05-06 13:58:08 +02:00
customParser.qml qmltypes: Add information about QQmlCustomParser 2021-04-27 09:35:47 +02:00
customParser.recursive.qml qmllint: Exclude children of custom parser elements from warnings 2021-05-03 08:40:50 +02:00
defaultProperty.qml qmllint: check default properties 2021-03-09 10:13:34 +01:00
defaultPropertyComponent.2.qml qmllint: Fix non-existent default property for Component 2021-04-16 14:29:55 +02:00
defaultPropertyComponent.qml qmllint: Fix QQmlComponent default property incompatible type warnings 2021-04-14 14:10:07 +02:00
defaultPropertyList.qml qmllint: check default properties 2021-03-09 10:13:34 +01:00
defaultPropertyListModel.qml qmllint: Fix several type checking issues 2021-04-23 13:30:02 +02:00
defaultPropertyVar.qml qmllint: Fix several type checking issues 2021-04-23 13:30:02 +02:00
defaultPropertyWithDoubleAssignment.qml qmllint: check default properties 2021-03-09 10:13:34 +01:00
defaultPropertyWithWrongType.qml qmllint: check default properties 2021-03-09 10:13:34 +01:00
defaultPropertyWithoutKeyword.qml qmllint: check default properties 2021-03-09 10:13:34 +01:00
deprecatedFunction.qml qmllint: Warn about deprecated functions 2021-04-19 10:15:13 +02:00
deprecatedFunctionInherited.qml qmllint: Warn about deprecated functions 2021-04-19 10:15:13 +02:00
deprecatedFunctionOverride.qml qmllint: Warn about deprecated functions 2021-04-19 10:15:13 +02:00
deprecatedProperty.qml qmllint: Warn about bindings on deprecated properties 2021-03-30 08:47:35 +02:00
deprecatedPropertyBinding.qml qmllint: Warn about bindings on deprecated properties 2021-03-30 08:47:35 +02:00
deprecatedPropertyBindingReason.qml qmllint: Warn about bindings on deprecated properties 2021-03-30 08:47:35 +02:00
deprecatedPropertyReason.qml qmllint: Implement deprecation warnings 2021-03-08 15:54:02 +01:00
deprecatedType.qml qmllint: Implement deprecation warnings 2021-03-08 15:54:02 +01:00
deprecatedTypeReason.qml qmllint: Implement deprecation warnings 2021-03-08 15:54:02 +01:00
enumFromQtQml.qml qmllint: Don't dump imported enums into the current scope 2020-09-24 12:05:47 +02:00
enumProperty.qml qmllint: Check for existence of property types 2021-02-20 08:43:32 +01:00
esmodule.mjs qmllint: Parse .mjs files as JavaScript rather than QML 2019-10-15 13:49:14 +02:00
externalEnumProperty.qml qmllint: Support enum types from other scopes 2021-02-22 09:44:33 +01:00
failure1.js
failure1.qml
forLoop.qml qmllint: Parse variable declarations from PatternElements 2019-10-01 09:30:16 +02:00
goodAlias.qml qmllint: Resolve aliases 2020-01-13 16:54:13 +01:00
goodAliasObject.qml qmllint: Resolve aliases in nested objects 2020-10-22 09:57:57 +02:00
goodAttachedProperty.qml Fix QQmlJSImportVisitor::visit(UiObjectBinding *) 2021-04-14 17:46:06 +02:00
goodAttachedPropertyAccess.qml Fix QQmlJSImportVisitor::visit(UiObjectBinding *) 2021-04-14 17:46:06 +02:00
goodAttachedPropertyNested.qml Fix QQmlJSImportVisitor::visit(UiObjectBinding *) 2021-04-14 17:46:06 +02:00
goodParent.qml qmllint: Assume "parent" property is always document parent 2020-01-13 16:54:17 +01:00
goodTypeAssertion.qml qmllint: Fix evaluation of type assertions 2020-05-20 16:19:27 +02:00
groupedPropertyAssignments.qml QQmlJSImportVisitor: add find-or-create version of enterEnvironment 2021-04-13 19:19:56 +02:00
groupedProperty_valueSource_interceptor.qml qmllint: Properly handle "on" bindings 2021-04-28 15:59:43 +02:00
groupedScope.qml qmllint: Fix false unknown grouped property warning 2021-02-12 11:57:11 +01:00
importing_js.qml qmllint: Add support for warning about unused imports 2021-03-25 11:34:41 +01:00
incompleteQmltypes.qml qmllint: Check for unknown types in JavaScript access 2020-03-17 09:05:30 +01:00
interceptor.qml qmllint: Properly handle "on" bindings 2021-04-28 15:59:43 +02:00
interceptor_valueSource.qml qmllint: Properly handle "on" bindings 2021-04-28 15:59:43 +02:00
invalidImport.qml qmllint: Warn about failing imports 2021-03-19 14:57:17 +01:00
invalidInterceptor.qml qmllint: Properly handle "on" bindings 2021-04-28 15:59:43 +02:00
javascriptMethods.qml qmllint: parse JS files for methods 2020-01-10 21:19:07 +01:00
javascriptMethodsInModuleBad.qml qmllint: fix import java scripts from module 2020-08-22 15:36:44 +03:00
javascriptMethodsInModuleGood.qml qmllint: fix import java scripts from module 2020-08-22 15:36:44 +03:00
jsmoduleimport.qml qmllint: Don't crash when importing ES modules 2020-11-20 20:41:13 +01:00
layouts.qml Layouts: Depend on QtQuick 2021-02-19 08:33:11 +01:00
memberNotFound.qml qmllint: Analyze member access 2020-01-13 16:54:08 +01:00
multiExtension.qml QmlCompiler: Allow for multiple extensions per object 2021-02-01 16:51:51 +01:00
multilineString.qml qmllint: Warn about multiline strings 2021-04-20 14:36:07 +02:00
multilineStringEscaped.qml qmllint: Warn about multiline strings 2021-04-20 14:36:07 +02:00
namedSignalParameters.qml qmllint: Warn about too many or mismatched signal parameters 2021-02-11 16:38:06 +00:00
nanchors1.qml qmllint: Ignore grouped properties again 2020-10-02 13:21:09 +02:00
nanchors2.qml qmllint: Fix updating of parent property 2020-10-02 15:31:59 +02:00
nanchors3.qml qmllint: Mark anchors3.qml as dirty 2020-10-05 14:56:26 +02:00
nonSpuriousParentWarning.qml qmllint: Improve parent handling 2019-07-26 09:00:07 +02:00
objectArray.qml qmllint: Handle UiArrayBindings properly 2021-04-30 12:03:51 +02:00
objectBoundToVar.qml Fix QQmlJSImportVisitor::visit(UiObjectBinding *) 2021-04-14 17:46:06 +02:00
oldQmltypes.qml qmllint: Read deprecated dependency specifications from qmltypes files 2020-10-07 13:26:09 +02:00
onAssignment.qml qmllint: Don't create properties for "on" assignments 2021-02-16 13:15:19 +01:00
optionalImport.qml Allow optional imports in qmldir files 2020-10-08 18:54:29 +02:00
overridescript.qml qmllint: Add support for warning about unused imports 2021-03-25 11:34:41 +01:00
parentEnum.qml qmllint: Resolve enums from parent types 2020-06-26 10:18:22 +00:00
parentIsComponent.qml qmllint: Assume "parent" property is always document parent 2020-01-13 16:54:17 +01:00
propertyBindingValue.qml qmllint: Store property's binding type separately 2021-04-26 14:39:42 +02:00
propertyDelegate.qml qmllint: Fix several type checking issues 2021-04-23 13:30:02 +02:00
propertyOverride.qml qmllint: Store property's binding type separately 2021-04-26 14:39:42 +02:00
qmldirAndQmltypes.qml Make qmllint read qmldir files and qmltypes files in app directory 2019-09-25 10:03:07 +02:00
qtquickWindow20.qml qmllint: Fix typename conflicts 2021-04-29 12:04:34 +02:00
qtquickWindow21.qml qmllint: Fix typename conflicts 2021-04-29 12:04:34 +02:00
requiredMissingProperty.qml qmlcompiler: Add support for required properties 2021-03-03 16:40:05 +01:00
requiredProperty.qml qmlcompiler: Add support for required properties 2021-03-03 16:40:05 +01:00
resource.qml qmllint: Resolve imported files by qrc path if available 2021-02-24 13:01:48 +01:00
resource.qrc qmllint: Resolve imported files by qrc path if available 2021-02-24 13:01:48 +01:00
script.mjs qmllint: Don't crash when importing ES modules 2020-11-20 20:41:13 +01:00
shapes.qml QtQuick.Shapes: Declare dependency on QtQuick 2021-02-22 10:58:45 +01:00
stringLength.qml Fix string type name in qmllint 2021-04-07 13:40:45 +02:00
stringLength2.qml When resolving property types, also update the property type names 2021-04-07 13:40:52 +02:00
stringLength3.qml qmllint: Initialize special casing for QString on checkMemberAccess() 2021-04-08 23:26:19 +02:00
testlogger.js QmlCompiler: Return after importing a script 2021-01-26 13:53:41 +01:00
tooManySignalParameters.qml qmllint: Warn about too many or mismatched signal parameters 2021-02-11 16:38:06 +00:00
typePropertyAccess.qml Properly mark composite singletons in QQmlJSImporter 2021-03-25 21:25:30 +01:00
unknownElement.qml qmllint: Consider failure to find imports an error 2020-01-13 16:54:35 +01:00
unknownJavascriptMethod.qml qmllint: Analyze member access 2020-01-13 16:54:08 +01:00
unresolvedAttachedType.qml qmllint: Fix multiple attached property bugs 2021-04-29 17:55:36 +02:00
unresolvedType.qml qmllint: Fix several type checking issues 2021-04-23 13:30:02 +02:00
unused_multi.qml qmllint: Add support for warning about unused imports 2021-03-25 11:34:41 +01:00
unused_prefix.qml qmllint: Add support for warning about unused imports 2021-03-25 11:34:41 +01:00
unused_simple.qml qmllint: Add support for warning about unused imports 2021-03-25 11:34:41 +01:00
unversionChangedSignalSansArguments.qml qmltyperegistrar: Do not omit change signals from qmltypes files 2021-04-16 14:29:55 +02:00
useBeforeDeclaration.qml QML: Warn about variables being used before their declaration 2021-02-11 17:37:53 +01:00
used.qml add "double" into the list of built in QML types 2021-04-14 18:46:06 +03:00
valueSource.qml qmllint: Properly handle "on" bindings 2021-04-28 15:59:43 +02:00
valueSource_Value.qml qmllint: Properly handle "on" bindings 2021-04-28 15:59:43 +02:00
var.qml qmllint: Fix unknown properties on var 2021-03-03 14:28:31 +01:00