Adam Hunyadi created MINIFICPP-1286:
---------------------------------------
Summary: Disable linter checks for long lines
Key: MINIFICPP-1286
URL: https://issues.apache.org/jira/browse/MINIFICPP-1286
Project: Apache NiFi MiNiFi C++
Issue Type: Improvement
Reporter: Adam Hunyadi
*Background:*
Currently we have a 200 characters per line soft limit set by cpplint. The
lines longer than these are marked with {{{color:#403294}{{// NOLINT.}}{color}}}
*Proposal*:
We should disable this soft limit and remove all corresponding
{{{color:#403294}{{// NOLINT}}{color}}} labels. The easiest way to achieve this
is probably to remove all labels build the {{{color:#403294}{{linter}}{color}}}
target, save the outputs, reset the labels and remove only those sitting on the
end of lines reported for being too long.
(!) We should make sure to build the project with libkafka and python
extensions enabled.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)