aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmlcompiler/qqmljslintervisitor.cpp
Commit message (Expand)AuthorAgeFilesLines
* qmllint: don't warn about fall-throughs where they don't happenSami Shalayel2025-07-291-5/+71
* qqmljsimportvisitor: give base types to attached scopesSami Shalayel2025-07-211-0/+3
* LinterVisitor: Allow construction without targetFabian Kosmale2025-06-161-2/+2
* qmllint: Warn about unintentional empty blocksOlivier De Cannière2025-05-301-0/+16
* qmllint: Suggest specific types instead of varOlivier De Cannière2025-05-301-0/+43
* qmllint: Warn about Components that don't have exactly one QML childOlivier De Cannière2025-05-301-0/+19
* qmllint: implement WarnConfusingExpressionStatementSami Shalayel2025-05-221-0/+65
* qmllint: Warn about unterminated non-empty case blocksOlivier De Cannière2025-05-191-0/+65
* qmllint: Warn about enums declared in non-root elementsOlivier De Cannière2025-05-191-1/+5
* qmllint: Warn about enum entries matching the name of the enum itselfOlivier De Cannière2025-05-191-0/+5
* qmllint: Move enum warnings to linting visitor and add warning categoryOlivier De Cannière2025-05-191-0/+40
* qmllint: Warn about duplicate importsOlivier De Cannière2025-05-161-0/+34
* qmllint: implement WarnConfusingPluses and MinusesSami Shalayel2025-05-161-0/+63
* qmllint: implement WarnVoidSami Shalayel2025-05-161-0/+7
* qmllint: implement WarnXConstructorSami Shalayel2025-05-161-0/+22
* qmllint: implement WarnCommaSami Shalayel2025-05-161-0/+14
* linterimportvisitor: add helper for parent nodesSami Shalayel2025-05-161-0/+19
* LinterImportVisitor: move linting code from QQmlJSImportVisitorSami Shalayel2025-05-161-0/+45
* qqmljslinter: introduce LinterImportVisitor visitorSami Shalayel2025-05-161-0/+19