lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master 8ea7412a 01/27: Allow "touchstone" files to c


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 8ea7412a 01/27: Allow "touchstone" files to contain '\t'
Date: Mon, 25 Apr 2022 12:56:13 -0400 (EDT)

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

    Allow "touchstone" files to contain '\t'
---
 test_coding_rules.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/test_coding_rules.cpp b/test_coding_rules.cpp
index a5506670..be3f7faf 100644
--- a/test_coding_rules.cpp
+++ b/test_coding_rules.cpp
@@ -364,6 +364,7 @@ void assay_whitespace(file const& f)
         &&  !f.is_of_phylum(e_make)
         &&  !f.is_of_phylum(e_patch)
         &&  !f.is_of_phylum(e_script)
+        &&  !f.is_of_phylum(e_touchstone)
         &&  contains(f.data(), '\t')
         )
         {



reply via email to

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