sakrejda / protostan

Thin protobuf interface wrapper for Stan
BSD 3-Clause "New" or "Revised" License
2 stars 1 forks source link

Turn on cpplint in travis #51

Closed ariddell closed 8 years ago

ariddell commented 8 years ago

PRs should now be checked for cpplint.

Added -whitespcae/line_length since many lines currently violate it. (120 characters also seems better to me.)

sakrejda commented 8 years ago

Yeah, I accidentally turned it off on the last two pull requests. When I fix up my code I'll work on the lint problems. Thanks for taking care of so much of the code quality and makefile stuff, I don't think you're doing your efforts justice when you say you're watching me develop this repo! On Mar 8, 2016 3:52 PM, "Allen Riddell" notifications@github.com wrote:

PRs should now be checked for cpplint.

Added -whitespcae/line_length since many lines currently violate it. (120

characters also seems better to me.)

You can view, comment on, or merge this pull request online at:

https://github.com/sakrejda/protostan/pull/51 Commit Summary

  • Run cpplint on travis
  • Add -whitespace/line_length to cpplint filters
  • cpplint: fix cpplint complaints

File Changes

Patch Links:

— Reply to this email directly or view it on GitHub https://github.com/sakrejda/protostan/pull/51.

ariddell commented 8 years ago

I think kibitzing would be more accurate than watching. :)

On 03/08, Krzysztof Sakrejda wrote:

Yeah, I accidentally turned it off on the last two pull requests. When I fix up my code I'll work on the lint problems. Thanks for taking care of so much of the code quality and makefile stuff, I don't think you're doing your efforts justice when you say you're watching me develop this repo! On Mar 8, 2016 3:52 PM, "Allen Riddell" notifications@github.com wrote:

PRs should now be checked for cpplint.

Added -whitespcae/line_length since many lines currently violate it. (120

characters also seems better to me.)

You can view, comment on, or merge this pull request online at:

https://github.com/sakrejda/protostan/pull/51 Commit Summary

  • Run cpplint on travis
  • Add -whitespace/line_length to cpplint filters
  • cpplint: fix cpplint complaints

File Changes

Patch Links:

— Reply to this email directly or view it on GitHub https://github.com/sakrejda/protostan/pull/51.


Reply to this email directly or view it on GitHub: https://github.com/sakrejda/protostan/pull/51#issuecomment-193964176