[Interest] QML lint

Станислав Сальников drzhbe at gmail.com
Wed Jan 25 06:11:43 CET 2017


Thanks for the answer!
Is there any way to configure qmllint? We have some conventions in my team
and some of default qmllint`s warnings are okay for us.
And the main question is about codestyle. Is there any way to check
indentations, spaces, semicolons, variable names etc?

вт, 24 янв. 2017 г. в 20:57, Jérôme Godbout <jerome at bodycad.com>:

There's qmllint binary when you compile Qt into the bin folder. You can
iterate on every .qml or .js file and pass them to the qmllint binary
within your shell script.

ex:
/my/path/to/qt/bin/qmllint my/path/to/file/myFile.qml

See
https://github.com/git/git/blob/master/templates/hooks--pre-commit.sample
for the precommit hook with git.


[image: bodycad] <https://www.bodycad.com/>
Jerome Godbout
Software Developer
2035 rue du Haut-Bord, Québec, QC, Canada. G1N 4R7
T:  +1 418 527-1388 <(418)%20527-1388>
E: jerome at bodycad.com
www.bodycad.com

The contents of this email message and any attachments are intended solely
for the addressee(s) and may contain confidential and/or privileged
information and may be legally protected from disclosure. If you are not
the intended recipient of this message or their agent, or if this message
has been addressed to you in error, please immediately alert the sender by
reply email and then delete this message and any attachments. If you are
not the intended recipient, you are hereby notified that any use,
dissemination, copying, or storage of this message or its attachments is
strictly prohibited.

Le contenu de ce message et les pièces jointes sont destinés uniquement
pour le(s) destinataire(s) et peuvent contenir des informations
confidentielles et / ou privilégiées qui peuvent être protégées légalement
contre toute divulgation. Si vous n'êtes pas le destinataire de ce message
ou son agent, ou si ce message vous a été adressé par erreur, s’il vous
plaît avertir immédiatement l'expéditeur par courriel de réponse, puis
supprimer ce message et les pièces jointes. Si vous n'êtes pas le
destinataire prévu, vous êtes par la présente informé que toute
utilisation, diffusion, copie, ou stockage de ce message ou de ses pièces
jointes est strictement interdit.

On Tue, Jan 24, 2017 at 5:51 AM, Станислав Сальников <drzhbe at gmail.com>
wrote:

Hey guys!
I want to make a git prepush hook to check qml codestyle.
How do you solve this problem?

_______________________________________________
Interest mailing list
Interest at qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/interest/attachments/20170125/ce72b32c/attachment.html>


More information about the Interest mailing list