Ferenc Gerlits created MINIFICPP-1586:
-----------------------------------------
Summary: `make linter` gives errors when it is run in an unpacked
release tarball
Key: MINIFICPP-1586
URL: https://issues.apache.org/jira/browse/MINIFICPP-1586
Project: Apache NiFi MiNiFi C++
Issue Type: Bug
Reporter: Ferenc Gerlits
Assignee: Amina Dinari
Fix For: 0.11.0
Steps to reproduce:
# download a release source tarball, eg.
[https://dist.apache.org/repos/dist/dev/nifi/nifi-minifi-cpp/0.10.0/nifi-minifi-cpp-0.10.0-source.tar.gz]
# unpack it
# {{cd}} into the unpacked directory, and run {{mkdir build && cd build &&
cmake .. && make linter}}
Expected result: "Built target linter", no errors.
Actual result: lots of linter errors saying "#ifndef header guard has wrong
style".
--
This message was sent by Atlassian Jira
(v8.3.4#803005)