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 2019/11/08 10:53:27 UTC

[nifi-minifi-cpp] branch master updated: MINIFICPP-1077 - Linter should't warn on non-const references

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 4ab5f48  MINIFICPP-1077 - Linter should't warn on non-const references
4ab5f48 is described below

commit 4ab5f489529c5260f3744e0f0f64b0a680ff97d6
Author: Arpad Boda <ab...@apache.org>
AuthorDate: Wed Nov 6 16:53:38 2019 +0100

    MINIFICPP-1077 - Linter should't warn on non-const references
    
    Signed-off-by: Arpad Boda <ab...@apache.org>
    
    Approved by bakaid on GH
    
    This closes #676
---
 CPPLINT.cfg | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/CPPLINT.cfg b/CPPLINT.cfg
new file mode 100644
index 0000000..9692a07
--- /dev/null
+++ b/CPPLINT.cfg
@@ -0,0 +1,3 @@
+set noparent
+filter=-runtime/reference
+