[nautilus/wip/oholy/ci-style-check: 1/5] run-uncrustify.sh: Skip gtk source codes
- From: Ondrej Holy <oholy src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus/wip/oholy/ci-style-check: 1/5] run-uncrustify.sh: Skip gtk source codes
- Date: Tue, 4 Feb 2020 07:50:32 +0000 (UTC)
commit 70e55568f79e64f8be3097247fdfaa89446c11f4
Author: Ondrej Holy <oholy redhat com>
Date: Mon Feb 3 16:44:17 2020 +0100
run-uncrustify.sh: Skip gtk source codes
Skip gtk subdirectory as those codes are autogenerated.
data/run-uncrustify.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/data/run-uncrustify.sh b/data/run-uncrustify.sh
index 722b3fd19..2cd72492d 100755
--- a/data/run-uncrustify.sh
+++ b/data/run-uncrustify.sh
@@ -17,7 +17,7 @@ fi
for DIR in "$DATA/../"{src,test,libnautilus-extension,eel,extensions}
do
- for FILE in $(find "$DIR" -name "*.c")
+ for FILE in $(find "$DIR" -name "*.c" -not -path "*/gtk/*")
do
# Aligning prototypes is not working yet, so avoid headers
"$UNCRUSTIFY" -c "$DATA/uncrustify.cfg" --no-backup "$FILE"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]