Library implementing the Responsibility Sensitive Safety model (RSS) for Autonomous Vehicles
GNU Lesser General Public License v2.1
339
stars
138
forks
source link
Added static code analysis using clang-tidy #32
Closed
fabianoboril closed 5 years ago
Description
Static code analysis can now be performed running clang-tidy.
mkdir build cd build cmake .. -DBUILD_STATIC_ANALYSIS=ON make clang-tidy
Checks are also run on Travis.
Checklist:
master
branch and tested with latest changesWhere has this been tested?
Possible Drawbacks
None
This change is