sakrejda / protostan

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

Setup cpplint CI test #7

Closed ariddell closed 8 years ago

ariddell commented 8 years ago

cpplint: https://github.com/google/styleguide/tree/gh-pages/cpplint

I think this isn't difficult to do. Perhaps Stan has done this already?

sakrejda commented 8 years ago

For now I think we can do this locally. In general I do make test before I commit anything to develop and adding cpplint to that workflow sounds useful. CI seems like too much infrastructure for now (?)

sakrejda commented 8 years ago

cpplint tests passed locally and on travis, closing, I'll wait to merge till the whole CI thing is done.