You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Kevin Duling (JIRA)" <ji...@apache.org> on 2016/10/06 17:27:21 UTC

[jira] [Commented] (GEODE-1657) Source files should not contain Windows linefeeds

    [ https://issues.apache.org/jira/browse/GEODE-1657?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15552589#comment-15552589 ] 

Kevin Duling commented on GEODE-1657:
-------------------------------------

Depending on how contributors have their git set up, this can be an ongoing problem.  In Geode, there are over 300 files that have Windows linefeeds in them.

{code}
grep -IlR ^M * | wc -l
     319
{code}

This article has suggestions on how to address the issue: https://help.github.com/articles/dealing-with-line-endings/


> Source files should not contain Windows linefeeds
> -------------------------------------------------
>
>                 Key: GEODE-1657
>                 URL: https://issues.apache.org/jira/browse/GEODE-1657
>             Project: Geode
>          Issue Type: Bug
>          Components: general
>            Reporter: Kirk Lund
>            Assignee: Kirk Lund
>            Priority: Minor
>
> geode-pulse/src/test/java/com/vmware/gemfire/tools/pulse/tests/Server.java contains ^M (Windows linefeeds).



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