lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master 3ba52f9 01/25: Add a '7702 !!' marker for new


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 3ba52f9 01/25: Add a '7702 !!' marker for new 7702 issues
Date: Wed, 24 Feb 2021 19:00:50 -0500 (EST)

branch: master
commit 3ba52f9e2ca076d8a610cb39d9036ee58fa0c404
Author: Gregory W. Chicares <gchicares@sbcglobal.net>
Commit: Gregory W. Chicares <gchicares@sbcglobal.net>

    Add a '7702 !!' marker for new 7702 issues
    
    The 'TAXATION !!' marker occurs 247 times already. The new marker is
    to be used for issues that are intended to be resolved soon.
---
 test_coding_rules.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/test_coding_rules.cpp b/test_coding_rules.cpp
index 1344445..fb1bb14 100644
--- a/test_coding_rules.cpp
+++ b/test_coding_rules.cpp
@@ -723,6 +723,7 @@ void check_defect_markers(file const& f)
         boost::smatch const& z(*i);
         bool const error_preceding =
                 true
+            &&  "7702 "        != z[1]
             &&  "BOOST "       != z[1]
             &&  "COMPILER "    != z[1]
             &&  "CURRENCY "    != z[1]



reply via email to

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