gcc-changelog: revert temporary rule relaxation

contrib/ChangeLog:

	* gcc-changelog/git_commit.py: Revert temporary rule
	relaxation.
This commit is contained in:
Martin Liska 2022-11-15 09:34:50 +01:00
parent 83d400bded
commit 9a4129f5c5

View File

@ -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 '):