uwreact / uwreact_robot

Software behind our fully autonomous FIRST robots
BSD 3-Clause "New" or "Revised" License
8 stars 6 forks source link

Add linting and formatting to Travis CI #57

Closed matthew-reynolds closed 5 years ago

matthew-reynolds commented 5 years ago

🚀 Feature Request

We are working to ensure consistent code style in our development. We should implement code style checking in our CI to prevent non-conforming code from landing.

// clang-format off and python equivalents are still available and can be applied in some situations. Our CI rules will respect these rules.

Depends on #56

matthew-reynolds commented 5 years ago

oops