features: Update screenshot and add tool to generate.

This adds a new management command that should make generating or
updating screenshots a bit easier in the future.
This commit is contained in:
Rishi Gupta
2017-08-06 00:56:29 -07:00
committed by Tim Abbott
parent a5c05f9812
commit b32fe9f2a0
12 changed files with 480 additions and 1 deletions

View File

@@ -267,6 +267,7 @@ def build_custom_checkers(by_lang):
{'pattern': '[^r][M]essage.objects.get',
'exclude': set(["zerver/tests",
"zerver/lib/onboarding.py",
"zilencer/management/commands/add_mock_conversation.py",
"zerver/worker/queue_processors.py"]),
'description': 'Please use access_message() to fetch Message objects',
},