enable suppression name suffix changes

This commit is contained in:
Moritz Kobitzsch
2016-04-22 11:31:46 +02:00
parent fddb035539
commit a154d71841
21 changed files with 298 additions and 95 deletions
+3
View File
@@ -28,6 +28,9 @@ with open(profile_path) as f:
n_errors = 0
for n, line in enumerate(profile):
# allow arbitrary suffix lists
if line.strip().startswith("suffix_list"):
continue
# ignore comments
if line.strip().startswith("--"):
continue