lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master 3d3f40e 3/8: Update coding-rule exemptions


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 3d3f40e 3/8: Update coding-rule exemptions
Date: Mon, 19 Apr 2021 20:37:29 -0400 (EDT)

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

    Update coding-rule exemptions
    
    'configure.ac' will soon need an exemption.
    
    'ledger_xml_io.cpp' no longer exists.
---
 test_coding_rules.cpp | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/test_coding_rules.cpp b/test_coding_rules.cpp
index e97f03c..950b729 100644
--- a/test_coding_rules.cpp
+++ b/test_coding_rules.cpp
@@ -1070,8 +1070,7 @@ bool check_reserved_name_exception(std::string const& s)
 
 void check_reserved_names(file const& f)
 {
-    // Remove this exception once this file has been reworked.
-    if(f.phyloanalyze("^ledger_xml_io.cpp$"))
+    if(f.phyloanalyze("^configure.ac$"))
         {
         return;
         }



reply via email to

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