mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-11-24 11:24:05 +08:00
Revert "gcc-changelog: temporarily disable check_line_start"
This reverts commit a5878983d5
.
This commit is contained in:
parent
9a1b4f1d3d
commit
f9e9a15bb2
@ -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…
Reference in New Issue
Block a user