New issue
Advanced search Search tips

Issue 785464 link

Starred by 1 user

Issue metadata

Status: Available
Owner: ----
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

"git cl lint" disagrees with "git cl format".

Project Member Reported by vkuzkokov@chromium.org, Nov 15 2017

Issue description

OS: Linux

What steps will reproduce the problem?
(1) Add function member pointer to your code
(2) run "git cl format"
(3) run "git cl lint"

What is the expected result?
No errors found

What happens instead?
Lint insists on removing space before the return type:
"Extra space before ( in function call  [whitespace/parens] [4]"

Example:

https://chromium-review.googlesource.com/c/chromium/src/+/648979/16/chrome/browser/printing/printer_query.cc#98

 
Components: Infra>SDK
Status: Available (was: Untriaged)

Sign in to add a comment