Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
erp5_fork
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Eteri
erp5_fork
Commits
5b2e83de
Commit
5b2e83de
authored
Feb 10, 2022
by
Vincent Pelletier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ERP5Site_checkNamingConventions: Recognise FTP as an abbreviation.
parent
cef00f1e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/ERP5Site_checkNamingConventions.py
...portal_skins/erp5_core/ERP5Site_checkNamingConventions.py
+2
-2
No files found.
product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/ERP5Site_checkNamingConventions.py
View file @
5b2e83de
...
...
@@ -12,8 +12,8 @@
import
re
ABBREVIATION_WORD_SET
=
((
"BBAN"
,
"BIC"
,
"BOM"
,
"CAD"
,
"CRM"
,
"CSS"
,
"CSV"
,
"CTX"
,
"DMS"
,
"DNS"
,
"EAN"
,
"ERP5"
,
"FAX"
,
"
GAP"
,
"GID"
,
"GPG"
,
"HTML"
,
"HTTP"
,
"IBAN"
,
"ID
"
,
"IMAP"
,
"IP"
,
"KM"
,
"MIME"
,
"MRP"
,
"NVP"
,
"ODT"
,
"PDF"
,
"PDM"
,
"PO"
,
"EAN"
,
"ERP5"
,
"FAX"
,
"
FTP"
,
"GAP"
,
"GID"
,
"GPG"
,
"HTML"
,
"HTTP"
,
"IBAN
"
,
"I
D"
,
"I
MAP"
,
"IP"
,
"KM"
,
"MIME"
,
"MRP"
,
"NVP"
,
"ODT"
,
"PDF"
,
"PDM"
,
"PO"
,
"RAM"
,
"RSS"
,
"SMS"
,
"SOAP"
,
"SQL"
,
"SVN"
,
"TALES"
,
"TCP"
,
"TSV"
,
"UBM"
,
"UID"
,
"UOM"
,
"URI"
,
"URL"
,
"VADS"
,
"VAT"
,
"VCS"
,
"VPN"
,
"XML"
,
"ZODB"
,
))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment