diff --git a/clickable.yaml b/clickable.yaml index af6b237..fbc5123 100644 --- a/clickable.yaml +++ b/clickable.yaml @@ -4,7 +4,7 @@ kill: UTPass scripts: style: >- - echo 'Running Astyle :' && astyle --options=.astylerc --recursive '*.cpp,*.h' --exclude=build && echo 'Running QmlFormat' && find . -name "*.qml" -exec qmlformat -i {} \; && echo 'Success' + echo 'Running Astyle :' && astyle --options=.astylerc --recursive '*.cpp,*.h' --exclude=build --exclude=libs && echo 'Running QmlFormat' && find . -name "*.qml" -exec qmlformat -i {} \; && echo 'Success' dependencies_target: