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 <[email protected]>
AuthorDate: Wed Nov 6 16:53:38 2019 +0100
MINIFICPP-1077 - Linter should't warn on non-const references
Signed-off-by: Arpad Boda <[email protected]>
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
+