aboutsummaryrefslogtreecommitdiffstats
path: root/tools/qmllint
Commit message (Expand)AuthorAgeFilesLines
* QQmlJSLinter: add crude context properties warningsSami Shalayel10 days1-1/+3
* qmllint: fix setting for alias cycle and unresolved aliasSami Shalayel2025-03-251-0/+3
* qmllint: Update help to correctly describe warning behaviorFabian Kosmale2025-02-181-1/+1
* QmlCompiler: Introduce transactions for the loggerUlf Hermann2025-01-211-5/+5
* qmllint: add an "error" logging categorySami Shalayel2024-12-121-0/+1
* qmllint: Flip back argc and argv in mainOlivier De Cannière2024-11-221-2/+2
* qmllint: load plugins from the correct pathsSami Shalayel2024-11-131-1/+1
* Fix "MaxWarnings" settings in .qmllint.iniAndré Klitzing2024-11-081-3/+5
* qmllint: load plugin categories before parsing argumentsSami Shalayel2024-10-251-11/+9
* qmlls: follow .qmllint.ini warning configurationsSami Shalayel2024-08-011-51/+5
* qmllint: don't set error exit code if there are warningsFabian Kosmale2024-06-171-1/+19
* qmlcompiler: Sanitize qmldir paths before using themUlf Hermann2024-05-171-2/+3
* qmllint: enable environment variables like QML_IMPORT_PATH via -ESami Shalayel2024-04-181-0/+34
* qmllint: do not ignore command line options with --ignore-settingsSami Shalayel2024-04-171-42/+40
* QML Tools: add some checks for QFile::open failuresGiuseppe D'Angelo2024-03-261-2/+4
* qmllint: With --bare do not use the current directoryUlf Hermann2024-02-231-1/+1
* qmllint: Add response file supportAlexandru Croitor2023-12-141-5/+39
* QQmlSA: Create an abstraction layer for static analysisOlivier De Cannière2023-05-301-14/+40
* qmlls: move into own private static librarySami Shalayel2023-02-072-3/+2
* qmllint: Provide import paths and resource files when linting modulesUlf Hermann2023-02-071-1/+2
* QML: Turn singleton/type mismatch into a run time type errorUlf Hermann2023-01-271-2/+8
* qmllint: document new behavior of --jsonSami Shalayel2022-11-281-1/+2
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-09-071-1/+1
* QtDeclarative: port away from deprecated qSetGlobalQHashSeed(0)Ivan Solovev2022-08-291-1/+1
* qmllint: Implement module lintingMaximilian Goldstein2022-07-251-3/+13
* CMake: Don't use PUBLIC_LIBRARIES for executablesAlexandru Croitor2022-07-211-1/+1
* Add license headers to cmake filesLucie Gérard2022-07-081-0/+3
* QQmlJSLogger: Switch to an ID based systemMaximilian Goldstein2022-06-301-24/+56
* Use SPDX license identifiersLucie Gérard2022-06-111-27/+2
* Replace uses of deprecated _qs with _s/QStringLiteralSona Kurazyan2022-04-291-3/+5
* qmllint: Show whether a plugin is built-in or notMaximilian Goldstein2022-04-261-3/+5
* qmllint: Add option to disable individual pluginsMaximilian Goldstein2022-04-211-8/+27
* CMake: Add _qmllint_json targetMaximilian Goldstein2022-04-111-3/+13
* Turn the QtQuick qmllint plugin into a proper shared libraryMaximilian Goldstein2022-04-117-145/+0
* qmllint: Implement QtQuick pluginMaximilian Goldstein2022-04-057-0/+145
* qmllint: Integrate plugin infrastructureMaximilian Goldstein2022-04-051-7/+49
* qmllint: Fix broken argument help entriesMaximilian Goldstein2022-03-221-7/+6
* qmllint: Support automatically applying suggestionsMaximilian Goldstein2022-03-141-2/+82
* qmlcompiler: Remove qmllint libraryMaximilian Goldstein2022-02-032-4/+2
* tools: Unconditionally depend on QCommandLineParserFabian Kosmale2022-01-241-17/+1
* qmllint: Enable compiler warnings for pragma StrictMaximilian Goldstein2022-01-171-0/+6
* Pass qmldir to qmlcachegen, qmllint and qmltc, not the qmltypes fileUlf Hermann2021-12-131-25/+34
* qmllint: Use fix suggestions in a more structured wayMaximilian Goldstein2021-12-101-1/+1
* qmllint: Fix diagnostics output for test runUlf Hermann2021-12-071-1/+1
* qmllint: Expand qmllint library APIMaximilian Goldstein2021-11-251-2/+2
* qmllint: Move most code into a separate libraryMaximilian Goldstein2021-11-238-1031/+6
* qmlcompiler: Use QT_BEGIN_NAMESPACE / QT_END_NAMESPACE everywhereMaximilian Goldstein2021-11-231-1/+2
* qmllint: Fix typo in app descriptionMaximilian Goldstein2021-11-191-1/+1
* Remove QQmlJSTypeResolver::SemanticsUlf Hermann2021-11-181-2/+1
* qmllint: Add option for logging absolute pathsMaximilian Goldstein2021-11-171-6/+15