build: bump uncrustify version

Biggest change is that uncrustify is silent during linting.
This commit is contained in:
dundargoc
2023-11-16 10:59:11 +01:00
committed by dundargoc
parent de28a0f84c
commit 1798a4b5e9
8 changed files with 88 additions and 14 deletions

View File

@@ -42,7 +42,8 @@ typedef enum {
#endif
static const char e_assert_fails_second_arg[]
= N_("E856: \"assert_fails()\" second argument must be a string or a list with one or two strings");
= N_(
"E856: \"assert_fails()\" second argument must be a string or a list with one or two strings");
static const char e_assert_fails_fourth_argument[]
= N_("E1115: \"assert_fails()\" fourth argument must be a number");
static const char e_assert_fails_fifth_argument[]