You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by ab...@apache.org on 2021/03/18 08:35:18 UTC

[nifi-minifi-cpp] branch main updated: MINIFICPP-1203 - Make cpplint ignore bison generated expression language code

This is an automated email from the ASF dual-hosted git repository.

aboda pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi-minifi-cpp.git


The following commit(s) were added to refs/heads/main by this push:
     new 1b44f74  MINIFICPP-1203 - Make cpplint ignore bison generated expression language code
1b44f74 is described below

commit 1b44f74c956561210321bd9c9c352d87539ce026
Author: Adam Hunyadi <hu...@gmail.com>
AuthorDate: Fri Feb 19 09:25:30 2021 +0100

    MINIFICPP-1203 - Make cpplint ignore bison generated expression language code
    
    Signed-off-by: Arpad Boda <ab...@apache.org>
    
    This closes #1010
---
 extensions/expression-language/CPPLINT.cfg | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/extensions/expression-language/CPPLINT.cfg b/extensions/expression-language/CPPLINT.cfg
new file mode 100644
index 0000000..344ec8c
--- /dev/null
+++ b/extensions/expression-language/CPPLINT.cfg
@@ -0,0 +1,6 @@
+exclude_files=Scanner.cpp
+exclude_files=Parser.cpp
+exclude_files=Parser.hpp
+exclude_files=location.hh
+exclude_files=position.hh
+exclude_files=stack.hh