Github user phrocker commented on a diff in the pull request:
https://github.com/apache/nifi-minifi-cpp/pull/417#discussion_r225498085
--- Diff: libminifi/test/CPPLINT.cfg ---
@@ -1,4 +1,5 @@
set noparent
filter=-build/include_order,-build/include_alpha
exclude_files=Server.cpp
-exclude_files=TestBase.cpp
\ No newline at end of file
+exclude_files=TestBase.cpp
+exclude_files=CAPITests.cpp
--- End diff --
Why exclude the linter?---
