[Webkit-unassigned] [Bug 247905] New: Ignore whitespace style check on Windows

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 14 10:08:05 PST 2022


https://bugs.webkit.org/show_bug.cgi?id=247905

            Bug ID: 247905
           Summary: Ignore whitespace style check on Windows
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: don.olmstead at sony.com

When using `git-webkit pr` on Windows I have style checker errors due to line ending. These line ending errors don't matter when pushed to GitHub and the EWS style checker always passes.

```
ERROR: Source/WebCore/CMakeLists.txt:2041:  One or more unexpected \r (^M) found; better to use only a \n  [whitespace/carriage_return] [1]
ERROR: Suppressing further [whitespace/carriage_return] reports for this file.
ERROR: Source/WebCore/Modules/mediastream/PeerConnectionBackend.cpp:59:  One or more unexpected \r (^M) found; better to use only a \n  [whitespace/carriage_return] [1]
ERROR: Suppressing further [whitespace/carriage_return] reports for this file.
ERROR: Source/WebCore/Modules/mediastream/RTCPeerConnection.cpp:74:  One or more unexpected \r (^M) found; better to use only a \n  [whitespace/carriage_return] [1]
ERROR: Suppressing further [whitespace/carriage_return] reports for this file.
....
```

Is there any way to suppress them so my PR will automatically be uploaded? I have to make sure I respond `yes` to the PR every iteration.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20221114/ed1ddc0e/attachment-0001.htm>


More information about the webkit-unassigned mailing list