Bug 33925
| Summary: | [check-webkit-style] False positive when the very first line after namespace open brace is modified in a header file | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Dmitry Titov <dimich> |
| Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | eric, levin |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | PC | ||
| OS: | OS X 10.5 | ||
Dmitry Titov
This triggers "Code inside a namespace should not be indented. [whitespace/indent] [4]", even though the bulk of the file was not touched and conforms to the 'old style' of indenting the content of the namespace.
I think we should not require the change of the whole header file indent if only a tiny change is made to it.
See style bot complaining in bug 22725 for the example.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |