Skip to content

GCS: Linter #23

@Shengw3n

Description

@Shengw3n

Responsibilities

Integrate a linter for Qt6 Quick/QML development in Qt Creator to enforce code quality and catch errors early.

Recommended options:

  • qmllint (built-in Qt tool for QML syntax/semantic checking)
  • clang-tidy (for C++ files)
  • qmlformat (for QML formatting)

Configure linter to run automatically or on-demand within Qt Creator workflow.


Definition of Done

  • Linter tool selected and installed
  • Qt Creator configured to run linter (ideally lint during save)
  • Linter checks .qml files for syntax/semantic errors
  • (Optional) Linter checks .cpp/.h files if using clang-tidy
  • Team documentation updated with linter usage instructions

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

Status
Todo

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions