"git cl lint" disagrees with "git cl format". |
|
Issue descriptionOS: 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 |
|
►
Sign in to add a comment |
|
Comment 1 by ajp@chromium.org
, Jan 2Status: Available (was: Untriaged)