Github user phrocker commented on a diff in the pull request:
https://github.com/apache/nifi-minifi-cpp/pull/156#discussion_r148073780
--- Diff: CMakeLists.txt ---
@@ -111,38 +111,38 @@ add_subdirectory(libminifi)
#function(createExtension extensionCondition extensionGuard extensionName
description dirName)
## Add http-curl extensions
-createExtension(DISABLE_CURL
- HTTP-CURL
- "HTTP CURL"
- "This enables RESTProtocol, InvokeHTTP, and the
HTTPClient for Site to Site"
- "extensions/http-curl"
- "${TEST_DIR}/curl-tests")
+createExtension(DISABLE_CURL
+ HTTP-CURL
--- End diff --
we need to add a skip to this so this doesn't happen when the linter runs.
thanks
---