From: Martin Liska Date: Tue, 15 Nov 2022 08:34:50 +0000 (+0100) Subject: gcc-changelog: revert temporary rule relaxation X-Git-Tag: upstream/13.1.0~3193 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9a4129f5c5a697ad7726687d5932eef90feec53b;p=platform%2Fupstream%2Fgcc.git gcc-changelog: revert temporary rule relaxation contrib/ChangeLog: * gcc-changelog/git_commit.py: Revert temporary rule relaxation. --- diff --git a/contrib/gcc-changelog/git_commit.py b/contrib/gcc-changelog/git_commit.py index 59f9680..3bd6710 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 '):