From: Martin Liska Date: Mon, 14 Nov 2022 02:26:17 +0000 (+0100) Subject: gcc-changelog: temporarily disable check_line_start X-Git-Tag: basepoints/gcc-14~3258 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5f2ce01a214177460e566d85bf4d44aa18432ed9;p=thirdparty%2Fgcc.git gcc-changelog: temporarily disable check_line_start contrib/ChangeLog: * gcc-changelog/git_commit.py: Temporarily disable check_line.start. --- diff --git a/contrib/gcc-changelog/git_commit.py b/contrib/gcc-changelog/git_commit.py index 3bd671011f20..59f96800da91 100755 --- a/contrib/gcc-changelog/git_commit.py +++ b/contrib/gcc-changelog/git_commit.py @@ -615,6 +615,8 @@ class GitCommit: self.errors.append(Error(msg, entry.parentheses_stack[-1])) def check_line_start(self): + # FIXME: temporarily disable + return for entry in self.changelog_entries: for line in entry.lines: if line.startswith('\t '):