Commit 6678fa30 authored by wenjie.zheng's avatar wenjie.zheng Committed by Sebastien Robin

erp5_core: in Naming Convention test, ignore s of plural suffix.

parent 78b47462
...@@ -72,7 +72,7 @@ ABBREVIATION_WORD_SET = ((\n ...@@ -72,7 +72,7 @@ ABBREVIATION_WORD_SET = ((\n
))\n ))\n
\n \n
# List of words that do not need to be titlecased\n # List of words that do not need to be titlecased\n
LOWERCASE_WORD_SET = set((\'g\', \'cm\', \'kg\', \'%\', \'/\', \'...\', \'m\', \'-\', \'g/m2\', \'iCalendar\', \'m³\', \'kB\'))\n LOWERCASE_WORD_SET = set((\'g\', \'cm\', \'kg\', \'%\', \'/\', \'...\', \'m\', \'-\', \'g/m2\', \'iCalendar\', \'m³\', \'kB\', \'s\', ))\n
\n \n
# List of words that should not be modified\n # List of words that should not be modified\n
SPECIALCASE_WORD_SET = set(("ChangeLog", "EGov", "iCal", "included",\n SPECIALCASE_WORD_SET = set(("ChangeLog", "EGov", "iCal", "included",\n
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment