mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-05 20:01:28 +08:00
Revert "gcc-changelog: temporarily disable check_line_start"
This reverts commit 0275ff207027954d16e873ccdbd92f9881a14e72.
This commit is contained in:
parent
139ffc7771
commit
454a823dc9
@ -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 '):
|
||||
|
Loading…
x
Reference in New Issue
Block a user