aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmllint
Commit message (Expand)AuthorAgeFilesLines
* Revert "Parser: Warn about QML files without imports"Olivier De Cannière44 hours4-8/+1
* Parser: Warn about QML files without importsOlivier De Cannière9 days4-1/+8
* qmllint: warn on singleton mismatch in LinterVisitorSami Shalayel2026-04-163-14/+2
* qqmljsimportvisitor: re-use instead of duplicating scopesSami Shalayel2026-04-161-15/+12
* qmllint: don't crash on non-existing types during recursion testSami Shalayel2026-04-091-0/+5
* qmllint: warn on file selector in linterVisitorSami Shalayel2026-04-078-15/+119
* qmllint: don't warn on missing properties of missing typesSami Shalayel2026-04-071-6/+20
* tst_qmllint: add linting module test for file selectorsSami Shalayel2026-04-071-0/+14
* tst_qmllint: add CallQmllintOption to cleanQmlCodeSami Shalayel2026-04-071-184/+255
* tst_qmllint: add CallQmllintOption to dirtyQmlCodeSami Shalayel2026-04-071-281/+410
* qmljsimporter: don't test incomplete types with file selectorsSami Shalayel2026-04-078-0/+32
* qmllint: Add tests for recognizing components within themselvesOlivier De Cannière2026-03-304-0/+25
* qmllint: Make fallthrough comment check case-insensitiveNicolas Fella2026-03-301-1/+4
* Compiler: Add support for multiple document edits per fix suggestionOlivier De Cannière2026-03-303-80/+160
* tst_qmllint: fix weird warningSami Shalayel2026-03-282-2/+3
* qml parser: Print better error message when using reserved identifiersFabian Kosmale2026-03-171-0/+4
* qqmljscontextualtypes: respect precedence when adding typesSami Shalayel2026-03-174-0/+39
* tst_qmllint: Fix the fix for fix-its testingOlivier De Cannière2026-03-141-74/+76
* QmlCompiler: Don't warn for ValueTypeBehavior: AssertableUlf Hermann2026-03-133-0/+75
* tst_qmllint: Add dependencies to quicklintplugin and qdslintpluginOlivier De Cannière2026-03-121-0/+8
* qmllint: implement ErrTypeIsInstantiatedRecursivelySami Shalayel2026-03-123-0/+72
* qmllint: warn when using wrong type nameSami Shalayel2026-03-1214-1/+123
* qmllint: don't warn when assigning to lists without WRITESami Shalayel2026-03-091-0/+6
* qmllint: fix unqualified signal handler warning messageSami Shalayel2026-03-091-13/+17
* tst_qmllint: fix tests for fix-itsSami Shalayel2026-03-091-65/+116
* qmllint: support attached/grouped list object propertiesSami Shalayel2026-03-093-4/+14
* tst_qmllint: give snippets a filenameSami Shalayel2026-03-051-2/+2
* QmlCompiler: Be more specific about adding required propertiesUlf Hermann2026-03-041-4/+6
* QmlCompiler: split linting into QmlLintPrivate librarySami Shalayel2026-03-031-1/+1
* qmllint: warn on new Array() usageSami Shalayel2026-03-021-0/+9
* qqmljstyperesolver: don't resolve enums on idsSami Shalayel2026-03-021-0/+23
* qmllint: Extend qmlConfusingExpressionStatement to cover more casesOlivier De Cannière2026-02-251-4/+207
* Make qmltc respect (some) aliases to required propertiesUlf Hermann2026-02-212-0/+23
* QmlCompiler: Reject Component objects with extra propertiesUlf Hermann2026-02-211-3/+4
* qmllint: Rework id-shadows-member warning to be usage-basedOlivier De Cannière2026-02-173-154/+66
* qmllint: adapt shadow warning for propertiesSami Shalayel2026-02-061-1/+83
* qv4codegen: Re-set source location for assigns after it is overwrittenOlivier De Cannière2026-02-041-1/+6
* qmllint: allow disabling invalid-lint-directive warningsSami Shalayel2026-02-031-0/+8
* qmllint: move qmlTranslationMethodMismatch to qdslintpluginSami Shalayel2026-02-031-2/+2
* qmllint: don't confuse default values with user-set valuesSami Shalayel2026-02-031-15/+26
* qmllint: warn about shadowing members with idsSami Shalayel2026-02-033-3/+165
* qmllint: Allow raising the severity of essential categoriesOlivier De Cannière2026-01-306-0/+67
* qmllint: Add --only-explicit-categories optionOlivier De Cannière2026-01-305-0/+91
* qmllint: remove old bogus shadowing warningsSami Shalayel2026-01-291-3/+3
* qmllint: disable qmlUseProperFunctions warnings by defaultSami Shalayel2026-01-297-59/+52
* qmllint: Fix enum scoping unification falloutOlivier De Cannière2026-01-293-13/+8
* qmllint: don't create bindings if types are not fully resolvedSemih Yavuz2026-01-272-0/+26
* qmllint: clarify "enum are not types" warnings on underlying typeSami Shalayel2026-01-261-6/+6
* qmllint: trigger enum warning that is never triggeredSami Shalayel2026-01-261-2/+10
* qmllint: don't ignore warnings from the parserSami Shalayel2026-01-261-1/+6