gcc-changelog: temporarily disable check_line_start
authorMartin Liska <mliska@suse.cz>
Mon, 14 Nov 2022 02:26:17 +0000 (03:26 +0100)
committerMartin Liska <mliska@suse.cz>
Sun, 20 Nov 2022 11:58:22 +0000 (12:58 +0100)
contrib/ChangeLog:

* gcc-changelog/git_commit.py: Temporarily disable
check_line.start.

contrib/gcc-changelog/git_commit.py

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