Closed santhoshvai closed 9 years ago
According to google styleguide, the option
extensions=extension,extension,... The allowed file extensions that cpplint will check Examples: --extensions=hpp,cpp
restricts the file extensions that can be linted. Adding all the options fixes #7.
Be advised that this PR has merge conflicts
According to google styleguide, the option
restricts the file extensions that can be linted. Adding all the options fixes #7.