[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: maint: disable GNU indent checks for now
From: |
Mike Frysinger |
Subject: |
branch master updated: maint: disable GNU indent checks for now |
Date: |
Sun, 14 Jan 2024 23:09:28 -0500 |
This is an automated email from the git hooks/post-receive script.
vapier pushed a commit to branch master
in repository libtool.
The following commit(s) were added to refs/heads/master by this push:
new f03b64dc maint: disable GNU indent checks for now
f03b64dc is described below
commit f03b64dc62c4c852696d2cb22b81e6ccbc0f5d31
Author: Mike Frysinger <vapier@gentoo.org>
AuthorDate: Sun Jan 14 22:36:07 2024 -0500
maint: disable GNU indent checks for now
GNU indent will reformat a bunch of files in a way that's broken or
incorrect, so disable the check until we can find a way to workaround
this. Unfortunately, the indent check is enforced at `make distcheck`
time if GNU indent is installed, so it can't simply be ignored.
* cfg.mk (local-checks-to-skip): Add sc_indent.
---
cfg.mk | 1 +
1 file changed, 1 insertion(+)
diff --git a/cfg.mk b/cfg.mk
index e334b136..e9360947 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -55,6 +55,7 @@ local-checks-to-skip = \
$(local-checks-to-fix) \
sc_GPL_version \
sc_cast_of_x_alloc_return_value \
+ sc_indent \
sc_prohibit_always-defined_macros \
sc_prohibit_always_true_header_tests \
sc_prohibit_strncpy \
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: maint: disable GNU indent checks for now,
Mike Frysinger <=