1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
From: Andreas Tille <[email protected]>
Date: Mon, 11 Sep 2023 07:45:52 0200
Subject: The script scripts/check-format.sh is on one hand a bash script
which runs uncrustify to check code style in the git repo which will not
work anyway since we do not work on the repository anyway thus prevent its
execution at configure time.
---
meson.build | 2 -
1 file changed, 1 insertion( ), 1 deletion(-)
diff --git a/meson.build b/meson.build
index 98c77a7..d7c56ff 100644
--- a/meson.build
b/meson.build
@@ -309,5 309,5 @@ i18n.merge_file(
type: 'desktop'
)
-test('check-format', find_program('scripts/check-format.sh'))
#test('check-format', find_program('scripts/check-format.sh'))
|