webhooks: Replace SUBJECT_WITH_* with TOPIC_WITH_*.

This commit is contained in:
Steve Howell
2018-11-09 19:59:15 +00:00
committed by Tim Abbott
parent ced4d81856
commit ea98a44db3
8 changed files with 29 additions and 30 deletions

View File

@@ -47,7 +47,6 @@ FILES_WITH_LEGACY_SUBJECT = {
'zerver/lib/onboarding.py',
'zerver/lib/stream_topic.py',
'zerver/lib/url_encoding.py',
'zerver/lib/webhooks/git.py',
}
def custom_check_file(fn, identifier, rules, color, skip_rules=None, max_length=None):