You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Benjamin Bannier (JIRA)" <ji...@apache.org> on 2016/03/16 13:12:33 UTC

[jira] [Updated] (MESOS-4958) Implement clang-tidy check for log message style

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

Benjamin Bannier updated MESOS-4958:
------------------------------------
    Description: 
In most cases mesos log messages should not be explicitly terminated with a period.

We should add a check that message string passed to e.g., {{LOG}}, {{std::cout}} and {{std::cerr}}, or {{CHECK*}} do not end in periods.

  was:
In most cases mesos log messages should not be explicitly terminated with a period.

We should add a check that message string passed to e.g., `LOG`, `std::cout` and `std::cerr`, or `CHECK*` do not end in periods.


> Implement clang-tidy check for log message style
> ------------------------------------------------
>
>                 Key: MESOS-4958
>                 URL: https://issues.apache.org/jira/browse/MESOS-4958
>             Project: Mesos
>          Issue Type: Improvement
>            Reporter: Benjamin Bannier
>
> In most cases mesos log messages should not be explicitly terminated with a period.
> We should add a check that message string passed to e.g., {{LOG}}, {{std::cout}} and {{std::cerr}}, or {{CHECK*}} do not end in periods.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)