-
Suggestion
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
None
https://doc.qt.io/qt-6/qtqml-tooling-qmllint.html talks about qmllint purely as a standalone console tool. However, this is not how users would normally use qmllint.
Suggestions
This page should also mention that:
- The QML Language Server shows linting output in the IDE's code editor: https://doc.qt.io/qt-6/qtqml-tooling-qmlls.html#linting
- qt_add_qml_module() generates CMake targets with the *_qmllint suffix. Building these targets will cause qmllint to run on the project.