From 454a823dc980bf3631b13670765f1a3eb66e499a Mon Sep 17 00:00:00 2001 From: Martin Liska Date: Mon, 21 Nov 2022 09:16:27 +0100 Subject: [PATCH] Revert "gcc-changelog: temporarily disable check_line_start" This reverts commit 0275ff207027954d16e873ccdbd92f9881a14e72. --- contrib/gcc-changelog/git_commit.py | 2 -- 1 file changed, 2 deletions(-) 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 '):