From e47d50072a3e54f02b21219a7f7c6f8191568c4e Mon Sep 17 00:00:00 2001 From: Quentin Rouland Date: Wed, 5 Feb 2025 09:09:20 +0100 Subject: [PATCH] Fix style command to not include third party libs --- clickable.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: