Revert "gcc-changelog: temporarily disable check_line_start"
authorMartin Liska <mliska@suse.cz>
Fri, 25 Nov 2022 10:06:15 +0000 (11:06 +0100)
committerMartin Liska <mliska@suse.cz>
Fri, 25 Nov 2022 10:06:15 +0000 (11:06 +0100)
This reverts commit a5878983d53db7513edb0e6bd99250dbb0c7d147.

contrib/gcc-changelog/git_commit.py

index 59f96800da91c2448dc3211dddd861e6c388ceda..3bd671011f20de8f5156f6374e831959405cb531 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 '):