CI: Remove unrecognized -U option in qmllint

Apparently older versions do not support this flag
This commit is contained in:
Chris Josten 2021-09-07 12:18:47 +02:00
parent 7ae46b6013
commit f5fc33c002
No known key found for this signature in database
GPG Key ID: A69C050E9FD9FF6A
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ lint:sfos:qmllint:
- sudo zypper --non-interactive install qt5-qtdeclarative-devel-tools
- cd sailfish/qml
# Find all files ending in .qml or .js and pass them as arguments to qmllint
- find -type f \( -name \*.qml -o -name \*.js \) -exec /usr/lib/qt5/bin/qmllint -U \{\} +
- find -type f \( -name \*.qml -o -name \*.js \) -exec /usr/lib/qt5/bin/qmllint \{\} +
allow_failure: true
.build:sfos: &build