You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Adam Hunyadi (Jira)" <ji...@apache.org> on 2020/07/09 16:46:00 UTC

[jira] [Updated] (MINIFICPP-1286) Disable linter checks for long lines

     [ https://issues.apache.org/jira/browse/MINIFICPP-1286?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Adam Hunyadi updated MINIFICPP-1286:
------------------------------------
    Labels: MiNiFi-CPP-Hygiene  (was: )

> 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
>            Priority: Minor
>              Labels: MiNiFi-CPP-Hygiene
>
> *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)