From 1073d024c9cb1900632f06788becb4c150ea833d Mon Sep 17 00:00:00 2001 From: Peter Mosmans Date: Tue, 1 Nov 2016 13:38:32 +0100 Subject: [PATCH] Extended list of non-capitalized words --- chatops/python/validate_report.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/chatops/python/validate_report.py b/chatops/python/validate_report.py index fe9ae61..eb8c856 100644 --- a/chatops/python/validate_report.py +++ b/chatops/python/validate_report.py @@ -46,7 +46,8 @@ VOCABULARY = 'project-vocabulary.pws' # Snippets may contain XML fragments without the proper entities EXAMPLEDIR = 'examples/' NOT_CAPITALIZED = ['a', 'an', 'and', 'as', 'at', 'but', 'by', 'for', 'in', - 'nor', 'of', 'on', 'or', 'the', 'to', 'up'] + 'jQuery', 'jQuery-UI', 'nor', 'of', 'on', 'or', 'the', 'to', + 'up'] SNIPPETDIR = 'snippets/' TEMPLATEDIR = 'templates/' OFFERTE = '/offerte.xml'