gcc-changelog: revert temporary rule relaxation
authorMartin Liska <mliska@suse.cz>
Tue, 15 Nov 2022 08:34:50 +0000 (09:34 +0100)
committerMartin Liska <mliska@suse.cz>
Tue, 15 Nov 2022 08:34:50 +0000 (09:34 +0100)
contrib/ChangeLog:

* gcc-changelog/git_commit.py: Revert temporary rule
relaxation.

contrib/gcc-changelog/git_commit.py

index 59f9680..3bd6710 100755 (executable)
@@ -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 '):