gcc-changelog: temporarily disable check_line_start
contrib/ChangeLog: * gcc-changelog/git_commit.py: Temporarily disable check_line.start.
This commit is contained in:
parent
a8404c07e7
commit
a5878983d5
1 changed files with 2 additions and 0 deletions
|
@ -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 '):
|
||||
|
|
Loading…
Add table
Reference in a new issue