From: Martin Liska Date: Fri, 25 Nov 2022 10:06:15 +0000 (+0100) Subject: Revert "gcc-changelog: temporarily disable check_line_start" X-Git-Tag: basepoints/gcc-14~2907 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f9e9a15bb22d2f94de61a8d34b61be3ac656c4c4;p=thirdparty%2Fgcc.git Revert "gcc-changelog: temporarily disable check_line_start" This reverts commit a5878983d53db7513edb0e6bd99250dbb0c7d147. --- diff --git a/contrib/gcc-changelog/git_commit.py b/contrib/gcc-changelog/git_commit.py index 59f96800da91..3bd671011f20 100755 --- a/contrib/gcc-changelog/git_commit.py +++ b/contrib/gcc-changelog/git_commit.py @@ -615,8 +615,6 @@ 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 '):