lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [6549] Remove an old taboo


From: Greg Chicares
Subject: [lmi-commits] [6549] Remove an old taboo
Date: Wed, 20 Apr 2016 00:22:32 +0000

Revision: 6549
          http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=6549
Author:   chicares
Date:     2016-04-20 00:22:32 +0000 (Wed, 20 Apr 2016)
Log Message:
-----------
Remove an old taboo

Modified Paths:
--------------
    lmi/trunk/ChangeLog
    lmi/trunk/test_coding_rules.cpp

Modified: lmi/trunk/ChangeLog
===================================================================
--- lmi/trunk/ChangeLog 2016-04-20 00:17:23 UTC (rev 6548)
+++ lmi/trunk/ChangeLog 2016-04-20 00:22:32 UTC (rev 6549)
@@ -38909,3 +38909,8 @@
 Fix defect introduced 20050114T1947Z, from an original file predating
 the lmi epoch: the string "Cust" does not begin with "Custom".
 
+20160420T0022Z <address@hidden> [451]
+
+  test_coding_rules.cpp
+Remove an old taboo.
+

Modified: lmi/trunk/test_coding_rules.cpp
===================================================================
--- lmi/trunk/test_coding_rules.cpp     2016-04-20 00:17:23 UTC (rev 6548)
+++ lmi/trunk/test_coding_rules.cpp     2016-04-20 00:22:32 UTC (rev 6549)
@@ -950,7 +950,6 @@
     taboo(f, "Visual [A-Z]");
     taboo(f, "\\bWIN\\b");
     taboo(f, "\\bExcel\\b");
-    taboo(f, "xls|xl4", boost::regex::icase);
     // Insinuated by certain msw tools.
     taboo(f, "Microsoft Word");
     taboo(f, "Stylus Studio");




reply via email to

[Prev in Thread] Current Thread [Next in Thread]