Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
6.9
-
None
-
1c440fb89 (dev), 9cf328506 (dev), ca0348fad (dev), 2b720dbe7 (dev), 276a5a875 (dev), 9ee8748f3 (6.9), c98312b1b (6.8)
Description
qmllint seems to use the wrong settings names for it categories, most notably because of copy-paste errors:
- unresolved alias uses PropertyAliasCycles from alias cycle category
- recursion depth errors uses ImportFailure from import category (btw it has the wrong description too?!)
QQmlJS::LoggerCategory{ qmlImport.name().toString(), QStringLiteral("ImportFailure"), QStringLiteral("Warn about failing imports and deprecated qmltypes"), QtWarningMsg }, QQmlJS::LoggerCategory{ qmlRecursionDepthErrors.name().toString(), QStringLiteral("ImportFailure"), QStringLiteral("Warn about failing imports and deprecated qmltypes"), QtWarningMsg, false, true },
- top level component has a typo in its description
- missing enum entry is not registered in qmllint