ArduPilot / ardupilot_gazebo

Plugins and models for vehicle simulation in Gazebo Sim with ArduPilot SITL controllers
GNU Lesser General Public License v3.0
93 stars 85 forks source link

Add workflow for static checks #31

Closed srmainwaring closed 1 year ago

srmainwaring commented 1 year ago

This PR adds workflows for static checks using cpplint and [cppcheck]().

The style enforced is largely that outlined in the Google Style Guide with filters to allow the style modifications described in the Gazebo style guide.