mirror of
https://github.com/gcc-mirror/gcc.git
synced 2026-05-06 14:59:39 +02:00
Revert "gcc-changelog: temporarily disable check_line_start"
This reverts commit 0275ff2070.
This commit is contained in:
@@ -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 '):
|
||||
|
||||
Reference in New Issue
Block a user