diff --git a/build/validate_format.py b/build/validate_format.py index 545fea2c..4610f379 100755 --- a/build/validate_format.py +++ b/build/validate_format.py @@ -5,7 +5,7 @@ import sys anchor = '###' min_entries_per_section = 3 -auth_keys = ['apiKey', 'OAuth', 'X-Mashape-Key', 'No'] +auth_keys = ['apiKey', 'OAuth', 'X-Mashape-Key', 'No', 'User-Agent'] punctuation = ['.', '?', '!'] https_keys = ['Yes', 'No'] cors_keys = ['Yes', 'No', 'Unknown']