diff options
author | Martin Liska <mliska@suse.cz> | 2022-11-25 11:06:15 +0100 |
---|---|---|
committer | Martin Liska <mliska@suse.cz> | 2022-11-25 11:06:15 +0100 |
commit | f9e9a15bb22d2f94de61a8d34b61be3ac656c4c4 (patch) | |
tree | 775497b750b7e22d5728800d00b3c21e660fcb0d /contrib/gcc-changelog/git_commit.py | |
parent | 9a1b4f1d3dc29be8673f6f4d96aaf49021614b82 (diff) | |
download | gcc-f9e9a15bb22d2f94de61a8d34b61be3ac656c4c4.zip gcc-f9e9a15bb22d2f94de61a8d34b61be3ac656c4c4.tar.gz gcc-f9e9a15bb22d2f94de61a8d34b61be3ac656c4c4.tar.bz2 |
Revert "gcc-changelog: temporarily disable check_line_start"
This reverts commit a5878983d53db7513edb0e6bd99250dbb0c7d147.
Diffstat (limited to 'contrib/gcc-changelog/git_commit.py')
-rwxr-xr-x | contrib/gcc-changelog/git_commit.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/contrib/gcc-changelog/git_commit.py b/contrib/gcc-changelog/git_commit.py index 59f9680..3bd6710 100755 --- a/contrib/gcc-changelog/git_commit.py +++ b/contrib/gcc-changelog/git_commit.py @@ -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 '): |