szaszm edited a comment on pull request #769: URL: https://github.com/apache/nifi-minifi-cpp/pull/769#issuecomment-619014515
`build/include` means check that source files include their corresponding headers, e.g. A.cpp includes A.h With the `--headers` option removed, this breaks at least in standard-processors, cpplint is no longer able to tell that A.h corresponds to A.cpp, therefore emits a warning that the include is missing. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
