AtomLinter / linter-cpplint

Linter plugin for c++, using cpplint
https://atom.io/packages/linter-cpplint
MIT License
6 stars 5 forks source link

correcting the extensions configuration option #8

Closed santhoshvai closed 9 years ago

santhoshvai commented 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.

steelbrain commented 9 years ago

Be advised that this PR has merge conflicts