Skip to content

cpplint can't handle multi word access specifiers (e.g., public slots:) correctly #30

@GoogleCodeExporter

Description

@GoogleCodeExporter
Source code: 

class X : public QObject {
...
 public slots:
...
}

causes incorrectly message "Weird number of spaces at line-start.  Are you 
using a 2-space indent?  [whitespace/indent] [3]". 

Attached patch removes message.



Original issue reported on code.google.com by [email protected] on 1 Oct 2014 at 9:09

Attachments:

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions