Bug 262071

Summary: check-webkit-style: false positive calling std::span::begin() in initializer
Product: WebKit Reporter: David Kilzer (:ddkilzer) <ddkilzer>
Component: Tools / TestsAssignee: David Kilzer (:ddkilzer) <ddkilzer>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: Other   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 261228    
Bug Blocks:    

David Kilzer (:ddkilzer)
Reported 2023-09-25 14:20:20 PDT
check-webkit-style: false positive calling std::span::begin() in initializer. As seen on this PR: <https://github.com/WebKit/WebKit/pull/17701> Via the style bot: <https://ews-build.webkit.org/#/builders/38/builds/18164> ``` ERROR: Source/WebKit/Platform/IPC/Decoder.cpp:71: Code inside a namespace should not be indented. [whitespace/indent] [4] ``` <https://github.com/WebKit/WebKit/pull/17701/files#diff-4b71201784568e18ad8b227a370bf23c9585d800a4cfe42867bafaf55c946fb3R71>
Attachments
Radar WebKit Bug Importer
Comment 1 2023-09-25 14:21:18 PDT
David Kilzer (:ddkilzer)
Comment 2 2023-09-25 14:28:09 PDT
EWS
Comment 3 2023-09-25 14:45:04 PDT
Committed 268413@main (2a9cd8313d47): <https://commits.webkit.org/268413@main> Reviewed commits have been landed. Closing PR #18189 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.